Instead of mirroring correct output, state that we're not running because of RC_SYS.

This commit is contained in:
Roy Marples
2008-01-04 12:50:04 +00:00
parent 455a9105a8
commit 3be23bc02d
3 changed files with 31 additions and 25 deletions

View File

@@ -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