From d4ab7b1bbfbd4cbba450b508ef83d440b9165dfc Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Oct 06 2008 23:51:49 +0000 Subject: add missing patch --- diff --git a/start-early.patch b/start-early.patch new file mode 100644 index 0000000..1762402 --- /dev/null +++ b/start-early.patch @@ -0,0 +1,21 @@ +diff -up dbus-1.2.1/bus/messagebus.in.start-early dbus-1.2.1/bus/messagebus.in +--- dbus-1.2.1/bus/messagebus.in.start-early 2008-04-04 11:24:08.000000000 -0400 ++++ dbus-1.2.1/bus/messagebus.in 2008-07-18 19:50:19.000000000 -0400 +@@ -2,7 +2,7 @@ + # + # messagebus: The D-BUS systemwide message bus + # +-# chkconfig: 345 97 03 ++# chkconfig: 345 22 85 + # description: This is a daemon which broadcasts notifications of system events \ + # and other messages. See http://www.freedesktop.org/software/dbus/ + # +@@ -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