SOURCES: splashutils.init - /proc entry moved.

pluto pluto at pld-linux.org
Tue Jun 14 03:22:33 CEST 2005


Author: pluto                        Date: Tue Jun 14 01:22:32 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- /proc entry moved.

---- Files affected:
SOURCES:
   splashutils.init (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/splashutils.init
diff -u SOURCES/splashutils.init:1.4 SOURCES/splashutils.init:1.5
--- SOURCES/splashutils.init:1.4	Sun Jan  9 12:20:31 2005
+++ SOURCES/splashutils.init	Tue Jun 14 03:22:27 2005
@@ -26,7 +26,7 @@
 	start)
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/fbsplash ]; then
-		if [ -e /dev/fbsplash ] && [ -e /proc/fbsplash ] && [ -f /etc/splash/${SPLASH_THEME}/${RES}.cfg ]; then
+		if [ -e /dev/fbsplash ] && [ -e /proc/sys/kernel/fbsplash ] && [ -f /etc/splash/${SPLASH_THEME}/${RES}.cfg ]; then
 
 			show "Setting framebuffer console images"; busy
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/splashutils.init?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list