e7b706d
--- dbus-0.60/bus/messagebus.in.start-early	2005-01-18 17:20:38.000000000 -0500
e7b706d
+++ dbus-0.60/bus/messagebus.in	2006-01-20 18:03:33.000000000 -0500
ebd8418
@@ -2,7 +2,7 @@
ebd8418
 #
ebd8418
 # messagebus:   The D-BUS systemwide message bus
ebd8418
 #
ebd8418
-# chkconfig: 345 97 03
ebd8418
+# chkconfig: 345 22 85 
ebd8418
 # description:  This is a daemon which broadcasts notifications of system events \
ebd8418
 #               and other messages. See http://www.freedesktop.org/software/dbus/
ebd8418
 #
e7b706d
@@ -11,7 +11,7 @@
e7b706d
 #
e7b706d
 
e7b706d
 # Sanity checks.
e7b706d
-[ -x @EXPANDED_BINDIR@/dbus-daemon ] || exit 0
e7b706d
+[ -x /bin/dbus-daemon ] || exit 0
e7b706d
 
e7b706d
 # Source function library.
e7b706d
 . @EXPANDED_SYSCONFDIR@/rc.d/init.d/functions