]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- fixed stop and status
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 31 Jan 2006 12:44:42 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    messagebus.init -> 1.6

messagebus.init

index 183119415255101d97d3d22cb1131c4fb6812972..15446b76e1ecc7b1b84d294d96859ffa07f56c94 100644 (file)
@@ -43,7 +43,7 @@ case "$1" in
        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 @@ case "$1" in
        exit $?
        ;;
   status)
-       status messagebus
+       status messagebus dbus-daemon
        RETVAL=$?
        ;;
   *)
This page took 0.105957 seconds and 4 git commands to generate.