diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-08-17 18:46:00 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-08-17 18:46:00 +0000 |
commit | da5ff2dcb7a73225887fb33e8c086a69c85e53fd (patch) | |
tree | 4f9dd7f722b72b0aacbee45ab5af1bca6e1cb8ca /configure.in | |
parent | fee32fcda399682644364aab51dd9d97d5cc649f (diff) |
* 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>.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ffaf0199..b6a4743d 100644 --- a/configure.in +++ b/configure.in @@ -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 |