]> git.pld-linux.org Git - packages/fbset.git/commitdiff
- cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Dec 2006 18:16:53 +0000 (18:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbset.init -> 1.29

fbset.init

index 77446a27c97a261f0637b9835d0b254b1ae96531..d382c445962d61f6c69b666cb9d050a5406e133b 100644 (file)
@@ -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
This page took 0.082585 seconds and 4 git commands to generate.