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/consolefont | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init.d.Linux/consolefont') diff --git a/init.d.Linux/consolefont b/init.d.Linux/consolefont index d2930a15..22e63422 100755 --- a/init.d.Linux/consolefont +++ b/init.d.Linux/consolefont @@ -36,7 +36,10 @@ start() { rm -rf "${RC_LIBDIR}"/console case "${RC_SYS}" in - UML|VPS|XENU) return 0;; + UML|VPS|XENU) + ewarn "Not loading consolefont for ${RC_SYS} systems" + return 0 + ;; esac ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} -- cgit v1.2.3