SOURCES (DEVEL): gdm.init - actually make it work - initlog breaks gdm

patrys patrys at pld-linux.org
Thu Aug 21 20:10:34 CEST 2008


Author: patrys                       Date: Thu Aug 21 18:10:34 2008 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- actually make it work
- initlog breaks gdm

---- Files affected:
SOURCES:
   gdm.init (1.15 -> 1.15.2.1) 

---- Diffs:

================================================================
Index: SOURCES/gdm.init
diff -u SOURCES/gdm.init:1.15 SOURCES/gdm.init:1.15.2.1
--- SOURCES/gdm.init:1.15	Wed Sep 20 15:47:05 2006
+++ SOURCES/gdm.init	Thu Aug 21 20:10:28 2008
@@ -26,7 +26,8 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/gdm ]; then
 		msg_starting "Gnome Display Manager"
-		daemon /usr/sbin/gdm
+		start-stop-daemon --start -b --exec /usr/sbin/gdm
+		ok
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/gdm
 	else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gdm.init?r1=1.15&r2=1.15.2.1&f=u



More information about the pld-cvs-commit mailing list