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