| diff -up dbus-1.2.1/bus/messagebus.in.start-early dbus-1.2.1/bus/messagebus.in |
| |
| |
| @@ -21,7 +21,7 @@ |
| ### END INIT INFO |
| |
| # Sanity checks. |
| -[ -x @EXPANDED_BINDIR@/dbus-daemon ] || exit 0 |
| +[ -x /bin/dbus-daemon ] || exit 0 |
| |
| # Source function library. |
| . @EXPANDED_SYSCONFDIR@/rc.d/init.d/functions |