- Fix up patch to init script so it refrences /bin not /usr/bin
This commit is contained in:
parent
ebd84187f7
commit
e7b706d060
@ -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.start-early 2005-01-18 17:20:38.000000000 -0500
|
||||||
+++ dbus-0.60/bus/messagebus.in 2006-01-20 16:42:06.000000000 -0500
|
+++ dbus-0.60/bus/messagebus.in 2006-01-20 18:03:33.000000000 -0500
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# messagebus: The D-BUS systemwide message bus
|
# messagebus: The D-BUS systemwide message bus
|
||||||
@ -9,3 +9,12 @@
|
|||||||
# description: This is a daemon which broadcasts notifications of system events \
|
# description: This is a daemon which broadcasts notifications of system events \
|
||||||
# and other messages. See http://www.freedesktop.org/software/dbus/
|
# 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
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 0.60
|
Version: 0.60
|
||||||
Release: 5
|
Release: 6
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: AFL/GPL
|
License: AFL/GPL
|
||||||
@ -318,6 +318,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- move base libraries and binaries to /bin and /lib so they can be started
|
||||||
before /usr is mounted on network mounted /usr systems
|
before /usr is mounted on network mounted /usr systems
|
||||||
|
Loading…
Reference in New Issue
Block a user