diff options
Diffstat (limited to 'init.d.Linux/keymaps')
-rwxr-xr-x | init.d.Linux/keymaps | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init.d.Linux/keymaps b/init.d.Linux/keymaps index 28cb9c6d..707e6cfe 100755 --- a/init.d.Linux/keymaps +++ b/init.d.Linux/keymaps @@ -40,8 +40,7 @@ depend() { start() { case "${RC_SYS}" in UML|VPS|XENU) - ebegin "Loading key mappings" - eend 0 + ewarn "Not loading keymaps for ${RC_SYS} systems" return 0 ;; esac |