]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- kill only --system daemon
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 27 Oct 2004 09:00:58 +0000 (09:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    messagebus.init -> 1.2

messagebus.init

index 361546b56a30e6b17008ff850eaf8de05978dc0c..d72124a06c8438079db016f6e2af8c2ebb2c92a1 100644 (file)
@@ -7,7 +7,7 @@
 # description: This is a daemon which broadcasts notifications of system
 #              events and other messages.
 #
-
+# pidfile:      /var/run/dbus.pid
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -47,9 +47,9 @@ case "$1" in
                # Stop daemons.
                # show "Stopping %s service" messagebus
                msg_stopping messagebus
-               killproc dbus-daemon-1
+               killproc --pidfile dbus.pid
                rm -f /var/lock/subsys/messagebus
-               rm -f /var/run/dbus/pid
+               rm -f /var/run/dbus.pid
        else
                # show "%s service is not running." messagebus
                msg_not_running messagebus
This page took 0.067463 seconds and 4 git commands to generate.