summaryrefslogtreecommitdiff
path: root/system/openrc/keymaps.initd
diff options
context:
space:
mode:
Diffstat (limited to 'system/openrc/keymaps.initd')
-rw-r--r--system/openrc/keymaps.initd20
1 files changed, 0 insertions, 20 deletions
diff --git a/system/openrc/keymaps.initd b/system/openrc/keymaps.initd
deleted file mode 100644
index 24d1e8777..000000000
--- a/system/openrc/keymaps.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-
-description="Applies a keymap for the consoles."
-
-depend()
-{
- need localmount
- keyword -openvz -prefix -uml -vserver -xenu -lxc
-}
-
-start() {
- [ -z "$KEYMAP" ] && return
- ebegin "Setting keymap"
- zcat "$KEYMAP" | loadkmap
- eend $?
-}
-
-stop() {
- return
-}