summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-01-15 16:58:36 -0500
committerJohn (J5) Palmieri <johnp@redhat.com>2008-01-15 16:58:36 -0500
commit71c26770860c44a178a4da455eb1e2ee1d198a9f (patch)
tree8da39368a151a72390de8d40958efde96e6cc38f
parent6cfcabbc006c1a7d5dc506ea317e2f39354e0459 (diff)
add lsb headers to init script (FDO Bug #11491)
2008-01-15 John (J5) Palmieri <johnp@redhat.com> * bus/messagebus.in: add lsb headers (FDO Bug #11491)
-rw-r--r--ChangeLog4
-rwxr-xr-xbus/messagebus.in10
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68b656da..7befd986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
+ * bus/messagebus.in: add lsb headers (FDO Bug #11491)
+
+2008-01-15 John (J5) Palmieri <johnp@redhat.com>
+
* patch by Peter O'Gorman <pogma at thewrittenword dot com>
* dbus/dbus-spawn.c (babysit_signal_handler): check write return value
diff --git a/bus/messagebus.in b/bus/messagebus.in
index 92a2c7df..b55d6e6d 100755
--- a/bus/messagebus.in
+++ b/bus/messagebus.in
@@ -9,6 +9,16 @@
# processname: dbus-daemon
# pidfile: @DBUS_SYSTEM_PID_FILE@
#
+### BEGIN INIT INFO
+# Provides: messagebus
+# Required-Start: $syslog $local_fs
+# Required-Stop: $syslog $local_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: The D-Bus systemwide message bus
+# Description: This is a daemon which broadcasts notifications of system
+# events and other messages. See http://www.freedesktop.org/software/dbus
+### END INIT INFO
# Sanity checks.
[ -x @EXPANDED_BINDIR@/dbus-daemon ] || exit 0