d4ab7b1
diff -up dbus-1.2.1/bus/messagebus.in.start-early dbus-1.2.1/bus/messagebus.in
d4ab7b1
--- dbus-1.2.1/bus/messagebus.in.start-early	2008-04-04 11:24:08.000000000 -0400
d4ab7b1
+++ dbus-1.2.1/bus/messagebus.in	2008-07-18 19:50:19.000000000 -0400
d4ab7b1
@@ -2,7 +2,7 @@
d4ab7b1
 #
d4ab7b1
 # messagebus:   The D-BUS systemwide message bus
d4ab7b1
 #
d4ab7b1
-# chkconfig: 345 97 03
d4ab7b1
+# chkconfig: 345 22 85 
d4ab7b1
 # description:  This is a daemon which broadcasts notifications of system events \
d4ab7b1
 #               and other messages. See http://www.freedesktop.org/software/dbus/
d4ab7b1
 #
d4ab7b1
@@ -21,7 +21,7 @@
d4ab7b1
 ### END INIT INFO
d4ab7b1
 
d4ab7b1
 # Sanity checks.
d4ab7b1
-[ -x @EXPANDED_BINDIR@/dbus-daemon ] || exit 0
d4ab7b1
+[ -x /bin/dbus-daemon ] || exit 0
d4ab7b1
 
d4ab7b1
 # Source function library.
d4ab7b1
 . @EXPANDED_SYSCONFDIR@/rc.d/init.d/functions