Author: glen                         Date: Thu Dec  7 18:16:58 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cosmetics

---- Files affected:
SOURCES:
   fbset.init (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: SOURCES/fbset.init
diff -u SOURCES/fbset.init:1.28 SOURCES/fbset.init:1.29
--- SOURCES/fbset.init:1.28     Thu Dec  7 19:16:22 2006
+++ SOURCES/fbset.init  Thu Dec  7 19:16:53 2006
@@ -110,12 +110,10 @@
        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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/fbset.init?r1=1.28&r2=1.29&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to