93f940a
diff -up dbus-1.0.2/bus/messagebus.in.lsb dbus-1.0.2/bus/messagebus.in
93f940a
--- dbus-1.0.2/bus/messagebus.in.lsb	2007-07-06 22:13:15.000000000 -0400
93f940a
+++ dbus-1.0.2/bus/messagebus.in	2007-07-06 22:15:54.000000000 -0400
93f940a
@@ -9,6 +9,17 @@
93f940a
 # processname: dbus-daemon
93f940a
 # pidfile: @DBUS_SYSTEM_PID_FILE@
93f940a
 #
93f940a
+### BEGIN INIT INFO
93f940a
+# Provides: messagebus
93f940a
+# Required-Start: $syslog $local_fs
93f940a
+# Required-Stop: $syslog $local_fs
93f940a
+# Default-Start: 2 3 4 5
93f940a
+# Default-Stop: 0 1 6
93f940a
+# Short-Description: The D-Bus systemwide message bus
93f940a
+# Description: This is a daemon which broadcasts notifications of system 
93f940a
+#  events and other messages. See http://www.freedesktop.org/software/dbus
93f940a
+### END INIT INFO
93f940a
+
93f940a
 
93f940a
 # Sanity checks.
93f940a
 [ -x /bin/dbus-daemon ] || exit 0