]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
dbus: Remove job file for upstart.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 27 Mar 2011 18:56:22 +0000 (20:56 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 27 Mar 2011 18:56:22 +0000 (20:56 +0200)
dbus provides it's own shipped unit file for systemd.

References #153.

pkgs/dbus/dbus.nm
pkgs/dbus/messagebus.init [deleted file]

index aa8457b3ea1148c76d9b3ad9b87163f28b2cc71d..5c7437cf561aec28fd460f16e084ed44836edefa 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = dbus
 PKG_VER        = 1.4.0
-PKG_REL        = 2
+PKG_REL        = 3
 
 PKG_MAINTAINER =
 PKG_GROUPS     = System/Daemons
diff --git a/pkgs/dbus/messagebus.init b/pkgs/dbus/messagebus.init
deleted file mode 100644 (file)
index 7c7404f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-description            "Starts the message bus daemon"
-author                 "IPFire Team"
-
-start on stopped mountfs
-stop on kill-all-services
-
-exec /usr/bin/dbus-daemon --config-file=/etc/dbus-1/system.conf --nofork
-respawn
-
-pre-start script
-       dbus-uuidgen --ensure >/dev/null
-       if [ ! -d /var/run/dbus ]; then
-               mkdir /var/run/dbus
-       fi
-end script