]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- Release: 6 auto/th/dbus-1_2_24-6
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 25 Jun 2010 12:42:20 +0000 (12:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- signal Upstart to connect to the system bus when DBus daemon is started

Changed files:
    dbus.spec -> 1.205
    messagebus.upstart -> 1.4

dbus.spec
messagebus.upstart

index 5bbadbc5d22087b3aabfd1f582918793e8a6a181..e6eb2bd7e059c5fa6104ff594a67ccaf03a5a645 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:       5
+Release:       6
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
index 4513338280bfa45f1376af7b8503b124bb0eba3e..d8a5f39a7fc45b07c4b7505cd39d11a02dff8ee7 100644 (file)
@@ -13,6 +13,11 @@ end script
 respawn
 exec /usr/bin/dbus-daemon --system --fork
 
+post-start script
+       # ask Upstart to reconnect to the bus
+       kill -USR1 1
+end script
+
 post-stop script
        rm -f /var/run/dbus.pid || :
 end script
This page took 0.119263 seconds and 4 git commands to generate.