mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 12:18:13 +02:00
* 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>.
This commit is contained in:
parent
fee32fcda3
commit
da5ff2dcb7
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2006-08-17 John (J5) Palmieri <johnp@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@redhat.com>
|
||||
|
||||
* dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list and
|
||||
|
|
|
|||
|
|
@ -952,7 +952,7 @@ AC_DEFINE_UNQUOTED(DBUS_SYSTEM_BUS_DEFAULT_ADDRESS, "$DBUS_SYSTEM_BUS_DEFAULT_AD
|
|||
#### 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue