From 3be23bc02d30bc415e5ae3f1bc167280d9fde26e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Jan 2008 12:50:04 +0000 Subject: Instead of mirroring correct output, state that we're not running because of RC_SYS. --- init.d.Linux/keymaps | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init.d.Linux/keymaps') 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 -- cgit v1.2.3