File dbus-lsb.patch of Package dbus-1
Index: dbus-1.1.2/bus/messagebus.in
===================================================================
--- dbus-1.1.2.orig/bus/messagebus.in
+++ dbus-1.1.2/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