]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- stop/start upstart event emission fix auto/th/dbus-1_2_24-5
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 21 May 2010 11:01:20 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release: 5

Changed files:
    dbus.spec -> 1.204
    messagebus.init -> 1.20

dbus.spec
messagebus.init

index 4667f08b4ecc475245b504fbf375068e4fd539ef..5bbadbc5d22087b3aabfd1f582918793e8a6a181 100644 (file)
--- a/dbus.spec
+++ b/dbus.spec
@@ -8,7 +8,7 @@ Summary:        D-BUS message bus
 Summary(pl.UTF-8):     Magistrala przesyłania komunikatów D-BUS
 Name:          dbus
 Version:       1.2.24
-Release:       4
+Release:       5
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
index 99c52ee7f6781d5754a44d52a467371e832b6b7e..4aa87210aff98c6f4790b10e6c1e75d70ddea280 100644 (file)
@@ -32,7 +32,7 @@ start() {
                return
        fi
 
-       emit starting messagebus
+       emit starting JOB=messagebus
        msg_starting "D-BUS Message bus"
        # if capability is modular, load it
        if modinfo capability >/dev/null 2>&1; then
@@ -43,7 +43,7 @@ start() {
        RETVAL=$?
        if [ $RETVAL -eq 0 ] ; then
                touch /var/lock/subsys/messagebus
-               emit --no-wait started messagebus
+               emit --no-wait started JOB=messagebus
        fi
 }
 
@@ -54,11 +54,11 @@ stop() {
        fi
 
        # Stop daemons.
-       emit stopping messagebus
+       emit stopping JOB=messagebus
        msg_stopping "D-BUS Message bus"
        killproc --pidfile dbus.pid dbus-daemon
        rm -f /var/lock/subsys/messagebus /var/run/dbus.pid
-       emit --no-wait stopped messagebus
+       emit --no-wait stopped JOB=messagebus
 }
 
 condrestart() {
This page took 0.136512 seconds and 4 git commands to generate.