SOURCES: messagebus.init - fixed stop and status

baggins baggins at pld-linux.org
Tue Jan 31 13:44:47 CET 2006


Author: baggins                      Date: Tue Jan 31 12:44:47 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed stop and status

---- Files affected:
SOURCES:
   messagebus.init (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/messagebus.init
diff -u SOURCES/messagebus.init:1.5 SOURCES/messagebus.init:1.6
--- SOURCES/messagebus.init:1.5	Thu Jan 26 16:48:47 2006
+++ SOURCES/messagebus.init	Tue Jan 31 13:44:42 2006
@@ -43,7 +43,7 @@
 	if [ -f /var/lock/subsys/messagebus ]; then
 		# Stop daemons.
 		msg_stopping messagebus
-		killproc --pidfile dbus.pid
+		killproc --pidfile dbus.pid dbus-daemon
 		rm -f /var/lock/subsys/messagebus
 		rm -f /var/run/dbus.pid
 	else
@@ -75,7 +75,7 @@
 	exit $?
 	;;
   status)
-	status messagebus
+	status messagebus dbus-daemon
 	RETVAL=$?
 	;;
   *)
================================================================

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



More information about the pld-cvs-commit mailing list