Author: jajcus Date: Fri Jun 25 12:42:25 2010 GMT Module: packages Tag: HEAD ---- Log message: - Release: 6 - signal Upstart to connect to the system bus when DBus daemon is started
---- Files affected: packages/dbus: dbus.spec (1.204 -> 1.205) , messagebus.upstart (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/dbus/dbus.spec diff -u packages/dbus/dbus.spec:1.204 packages/dbus/dbus.spec:1.205 --- packages/dbus/dbus.spec:1.204 Fri May 21 13:01:20 2010 +++ packages/dbus/dbus.spec Fri Jun 25 14:42:19 2010 @@ -9,7 +9,7 @@ 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 @@ -286,6 +286,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.205 2010/06/25 12:42:19 jajcus +- Release: 6 +- signal Upstart to connect to the system bus when DBus daemon is started + Revision 1.204 2010/05/21 11:01:20 jajcus - stop/start upstart event emission fix - Release: 5 ================================================================ Index: packages/dbus/messagebus.upstart diff -u packages/dbus/messagebus.upstart:1.3 packages/dbus/messagebus.upstart:1.4 --- packages/dbus/messagebus.upstart:1.3 Thu May 13 14:17:09 2010 +++ packages/dbus/messagebus.upstart Fri Jun 25 14:42:20 2010 @@ -13,6 +13,11 @@ 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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dbus/dbus.spec?r1=1.204&r2=1.205&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dbus/messagebus.upstart?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
