SOURCES (AC-branch): messagebus.init - fixed stop and status

baggins baggins at pld-linux.org
Tue Jan 31 15:03:30 CET 2006


Author: baggins                      Date: Tue Jan 31 14:03:30 2006 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- fixed stop and status

---- Files affected:
SOURCES:
   messagebus.init (1.3 -> 1.3.2.1) 

---- Diffs:

================================================================
Index: SOURCES/messagebus.init
diff -u SOURCES/messagebus.init:1.3 SOURCES/messagebus.init:1.3.2.1
--- SOURCES/messagebus.init:1.3	Thu May 19 16:30:29 2005
+++ SOURCES/messagebus.init	Tue Jan 31 15:03:25 2006
@@ -47,7 +47,7 @@
 		# Stop daemons.
 		# show "Stopping %s service" messagebus
 		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
@@ -82,7 +82,7 @@
 	exit $?
 	;;
   status)
-	status messagebus
+	status messagebus dbus-daemon
 	RETVAL=$?
 	;;
   *)
================================================================

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



More information about the pld-cvs-commit mailing list