SOURCES: splashutils.init - hide errors from fbcondecor_ctl, it wi...

glen glen at pld-linux.org
Sat Apr 26 20:53:37 CEST 2008


Author: glen                         Date: Sat Apr 26 18:53:37 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- hide errors from fbcondecor_ctl, it will fail if set on tty in use by kdm/gdm

---- Files affected:
SOURCES:
   splashutils.init (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SOURCES/splashutils.init
diff -u SOURCES/splashutils.init:1.11 SOURCES/splashutils.init:1.12
--- SOURCES/splashutils.init:1.11	Sat Apr 26 20:49:56 2008
+++ SOURCES/splashutils.init	Sat Apr 26 20:53:32 2008
@@ -56,9 +56,9 @@
 			done
 		fi
 
-		fbcondecor_ctl --vc="$TTY" v -t "$theme" -c setcfg
+		fbcondecor_ctl --vc="$TTY" v -t "$theme" -c setcfg 2>/dev/null
 		[ "$TTY" -eq 0 ] && fbcondecor_ctl --vc=0 v -t "$theme" -c setpic
-		fbcondecor_ctl --vc="$TTY" -c on
+		fbcondecor_ctl --vc="$TTY" -c on 2>/dev/null
 	done
 	ok
 	touch /var/lock/subsys/splash
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/splashutils.init?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list