This commit is contained in:
rayvd 2009-08-19 06:07:30 +00:00
parent 2ffa694ed0
commit 5ffc7e4805
2 changed files with 6 additions and 4 deletions

View File

@ -67,9 +67,11 @@ stop()
{ {
echo -n $"Stopping syslog-ng: " echo -n $"Stopping syslog-ng: "
REMOVE_COMPAT_PID=0 REMOVE_COMPAT_PID=0
if [ -e $SYSLOGNG_PID ]; then
if [ -e $SYSLOGNG_COMPAT_PID -a $(<$SYSLOGNG_PID) == $(<$SYSLOGNG_COMPAT_PID) ]; then if [ -e $SYSLOGNG_COMPAT_PID -a $(<$SYSLOGNG_PID) == $(<$SYSLOGNG_COMPAT_PID) ]; then
REMOVE_COMPAT_PID=1 REMOVE_COMPAT_PID=1
fi fi
fi
killproc syslog-ng killproc syslog-ng
RETVAL=$? RETVAL=$?
echo echo

View File

@ -219,8 +219,8 @@ fi
%changelog %changelog
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.4-2 * Tue Aug 18 2009 Ray Van Dolson <rayvd@fedoraproject.org> - 2.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Init script fix (bug#517339)
* Tue Mar 24 2009 Douglas E. Warner <silfreed@silfreed.net> - 2.1.4-1 * Tue Mar 24 2009 Douglas E. Warner <silfreed@silfreed.net> - 2.1.4-1
- update to 2.1.4 - update to 2.1.4