add lsb headers to init script (FDO Bug #11491)
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 15 Jan 2008 21:58:36 +0000 (16:58 -0500)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 15 Jan 2008 21:58:36 +0000 (16:58 -0500)
2008-01-15  John (J5) Palmieri  <johnp@redhat.com>

* bus/messagebus.in: add lsb headers (FDO Bug #11491)

ChangeLog
bus/messagebus.in

index 68b656da1ec3b95e6685f12c95d242d5c74b99f9..7befd986f969813f8aafd13340d007bec1e2d9ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
index 92a2c7df3f7cc5583ba43214322b6c8ce8334c26..b55d6e6d70f32476c1481550eb91f92e217ec3b4 100755 (executable)
@@ -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