From: Elan Ruusamäe Date: Thu, 7 Dec 2006 18:16:53 +0000 (+0000) Subject: - cosmetics X-Git-Tag: auto/ac/fbset-2_1-29~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffbset.git;a=commitdiff_plain;h=187f4d9d74f8a8c887958512a6f4c23f83edb953 - cosmetics Changed files: fbset.init -> 1.29 --- diff --git a/fbset.init b/fbset.init index 77446a2..d382c44 100644 --- a/fbset.init +++ b/fbset.init @@ -110,12 +110,10 @@ case "$1" in if [ -f /proc/fb ]; then # /proc files show as files with size=0, this is a workaround. cat /proc/fb | grep -q "." && nls "Frame buffer present." && exit 0 - nls "Frame buffer not present." - exit 3 - else - nls "Frame buffer not present." - exit 3 fi + + nls "Frame buffer not present." + exit 3 ;; restart|force-reload) stop