]> git.pld-linux.org Git - packages/dbus.git/blobdiff - messagebus.init
- fixed stop and status
[packages/dbus.git] / 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.036189 seconds and 4 git commands to generate.