added fix for #183869 - squid can abort when getting status

This commit is contained in:
Martin Stransky 2006-10-25 11:39:25 +00:00
parent 8f533b9248
commit f11178c13a
2 changed files with 5 additions and 3 deletions

View File

@ -119,8 +119,7 @@ condrestart() {
}
rhstatus() {
status $SQUID
$SQUID -k check
status $SQUID && $SQUID -k check
}
probe() {

View File

@ -5,7 +5,7 @@
Summary: The Squid proxy caching server.
Name: squid
Version: 2.6.STABLE4
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 7
License: GPL
Group: System Environment/Daemons
@ -349,6 +349,9 @@ fi
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
%changelog
* Tue Oct 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-3
- added fix for #183869 - squid can abort when getting status
* Tue Oct 17 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-2
- upstream fixes:
* Accept 00:00-24:00 as a valid time specification (upstream BZ #1794)