- Fix up patch to init script so it refrences /bin not /usr/bin

This commit is contained in:
John (J5) Palmieri 2006-01-20 23:05:51 +00:00
parent ebd84187f7
commit e7b706d060
2 changed files with 15 additions and 3 deletions

View File

@ -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

View File

@ -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 <johnp@redhat.com> 0.60-6
- Fix up patch to init script so it refrences /bin not /usr/bin
* Fri Jan 20 2006 John (J5) Palmieri <johnp@redhat.com> 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