summaryrefslogtreecommitdiff
path: root/init.d.Linux/keymaps
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-04 12:50:04 +0000
committerRoy Marples <roy@marples.name>2008-01-04 12:50:04 +0000
commit3be23bc02d30bc415e5ae3f1bc167280d9fde26e (patch)
treec2238d5a856ecd4941fa996786017719f6820ff6 /init.d.Linux/keymaps
parent455a9105a87bb69c103e06f290e1ba92b32bb6e6 (diff)
downloadopenrc-3be23bc02d30bc415e5ae3f1bc167280d9fde26e.tar.gz
openrc-3be23bc02d30bc415e5ae3f1bc167280d9fde26e.tar.bz2
openrc-3be23bc02d30bc415e5ae3f1bc167280d9fde26e.tar.xz
Instead of mirroring correct output, state that we're not running because of RC_SYS.
Diffstat (limited to 'init.d.Linux/keymaps')
-rwxr-xr-xinit.d.Linux/keymaps3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.d.Linux/keymaps b/init.d.Linux/keymaps
index 28cb9c6..707e6cf 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