SOURCES: entrance.init - fixed, should call build_config.sh, not build_conf...

pablo pablo at pld-linux.org
Sat Sep 6 13:02:25 CEST 2008


Author: pablo                        Date: Sat Sep  6 11:02:24 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed, should call build_config.sh, not build_config.cfg

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

---- Diffs:

================================================================
Index: SOURCES/entrance.init
diff -u SOURCES/entrance.init:1.4 SOURCES/entrance.init:1.5
--- SOURCES/entrance.init:1.4	Sun Aug 31 20:00:07 2008
+++ SOURCES/entrance.init	Sat Sep  6 13:02:19 2008
@@ -26,7 +26,7 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/entrance ]; then
 		msg_starting "Enlightened Display Manager"
-		/usr/share/entrance/build_config.cfg > /dev/null
+		/usr/share/entrance/build_config.sh > /dev/null
 		if [ -r /etc/entrance_config.cfg ]; then
 			daemon /usr/sbin/entranced
 			RETVAL=$?
================================================================

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



More information about the pld-cvs-commit mailing list