]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dbus: Change upstart script for new shutdown process.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:00:51 +0000 (21:00 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:00:51 +0000 (21:00 +0100)
Reference #118

pkgs/core/dbus/dbus.nm
pkgs/core/dbus/messagebus.init

index ba149e13fe50e1887d5bc4724b59610ec6b44615..1a070ea76134100bdaff03f3c2871f90c72a84e4 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = dbus
 PKG_VER        = 1.3.2
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Daemons
index b8717c068460e5ded74d3722f41f389b3a3358f3..7c7404f9a19df6466449167f79f6741befab2b88 100644 (file)
@@ -2,7 +2,7 @@ description             "Starts the message bus daemon"
 author                 "IPFire Team"
 
 start on stopped mountfs
-stop on starting shutdown
+stop on kill-all-services
 
 exec /usr/bin/dbus-daemon --config-file=/etc/dbus-1/system.conf --nofork
 respawn