dbus ChangeLog,1.1085,1.1086 configure.in,1.167,1.168
John Palmieri
johnp at kemper.freedesktop.org
Thu Aug 17 11:46:02 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv32304
Modified Files:
ChangeLog configure.in
Log Message:
* configure.in: use instead of
to determine where to store the pid since the init scripts manipulate
the pid file (patch from Marcelo Ricardo Leitner
<marcelo dot leitner at terra dot com dot br>.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1085
retrieving revision 1.1086
diff -u -d -r1.1085 -r1.1086
--- ChangeLog 17 Aug 2006 03:12:44 -0000 1.1085
+++ ChangeLog 17 Aug 2006 18:46:00 -0000 1.1086
@@ -1,3 +1,10 @@
+2006-08-17 John (J5) Palmieri <johnp at redhat.com>
+
+ * configure.in: use $with_init_scripts instead of $operating_system
+ to determine where to store the pid since the init scripts manipulate
+ the pid file (patch from Marcelo Ricardo Leitner
+ <marcelo dot leitner at terra dot com dot br>.
+
2006-08-16 John (J5) Palmieri <johnp at redhat.com>
* dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- configure.in 10 Aug 2006 21:33:06 -0000 1.167
+++ configure.in 17 Aug 2006 18:46:00 -0000 1.168
@@ -952,7 +952,7 @@
#### Set up the pid file
if ! test -z "$with_system_pid_file"; then
DBUS_SYSTEM_PID_FILE=$with_system_pid_file
-elif test x$operating_system = xredhat ; then
+elif test x$with_init_scripts = xredhat ; then
DBUS_SYSTEM_PID_FILE=${EXPANDED_LOCALSTATEDIR}/run/messagebus.pid
else
DBUS_SYSTEM_PID_FILE=${EXPANDED_LOCALSTATEDIR}/run/dbus/pid
More information about the dbus-commit
mailing list