From e7b706d060b6f2627c572232e95167674ee950e6 Mon Sep 17 00:00:00 2001 From: John (J5) Palmieri Date: Jan 20 2006 23:05:51 +0000 Subject: - Fix up patch to init script so it refrences /bin not /usr/bin --- diff --git a/dbus-0.60-start-early.patch b/dbus-0.60-start-early.patch index aee79b4..a706e14 100644 --- a/dbus-0.60-start-early.patch +++ b/dbus-0.60-start-early.patch @@ -1,5 +1,5 @@ ---- dbus-0.60/bus/messagebus.in.start-early 2006-01-20 16:39:46.000000000 -0500 -+++ dbus-0.60/bus/messagebus.in 2006-01-20 16:42:06.000000000 -0500 +--- dbus-0.60/bus/messagebus.in.start-early 2005-01-18 17:20:38.000000000 -0500 ++++ dbus-0.60/bus/messagebus.in 2006-01-20 18:03:33.000000000 -0500 @@ -2,7 +2,7 @@ # # messagebus: The D-BUS systemwide message bus @@ -9,3 +9,12 @@ # description: This is a daemon which broadcasts notifications of system events \ # and other messages. See http://www.freedesktop.org/software/dbus/ # +@@ -11,7 +11,7 @@ + # + + # 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 diff --git a/dbus.spec b/dbus.spec index 2cbb527..b3a1c49 100644 --- a/dbus.spec +++ b/dbus.spec @@ -19,7 +19,7 @@ Summary: D-BUS message bus Name: dbus Version: 0.60 -Release: 5 +Release: 6 URL: http://www.freedesktop.org/software/dbus/ Source0: %{name}-%{version}.tar.gz License: AFL/GPL @@ -318,6 +318,9 @@ fi %endif %changelog +* Fri Jan 20 2006 John (J5) Palmieri 0.60-6 +- Fix up patch to init script so it refrences /bin not /usr/bin + * Fri Jan 20 2006 John (J5) Palmieri 0.60-5 - move base libraries and binaries to /bin and /lib so they can be started before /usr is mounted on network mounted /usr systems