diff options
author | Roy Marples <roy@marples.name> | 2008-02-19 14:29:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-19 14:29:20 +0000 |
commit | 42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (patch) | |
tree | b9e514617292c7ad1bf8df15b262beb42278e0f4 /init.d.Linux/keymaps | |
parent | 0364bb2c84bff631e0f765254fc6bf3353950128 (diff) |
Move the shell code to check for RC_SYS to the keywords dependency.
Diffstat (limited to 'init.d.Linux/keymaps')
-rwxr-xr-x | init.d.Linux/keymaps | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/init.d.Linux/keymaps b/init.d.Linux/keymaps index fb7d9b2d..a60a949a 100755 --- a/init.d.Linux/keymaps +++ b/init.d.Linux/keymaps @@ -15,17 +15,11 @@ dumpkeys_charset=${dumpkeys_charset:-${DUMPKEYS_CHARSET}} depend() { need localmount + keywords nouml novps noxenu } start() { - case "${RC_SYS}" in - UML|VPS|XENU) - ewarn "Not loading keymaps for ${RC_SYS} systems" - return 0 - ;; - esac - if [ -z "${keymap}" ]; then eerror "You need to setup keymap in /etc/conf.d/keymaps first" return 1 |