added fix for #183869 - squid can abort when getting status
This commit is contained in:
parent
8f533b9248
commit
f11178c13a
@ -119,8 +119,7 @@ condrestart() {
|
||||
}
|
||||
|
||||
rhstatus() {
|
||||
status $SQUID
|
||||
$SQUID -k check
|
||||
status $SQUID && $SQUID -k check
|
||||
}
|
||||
|
||||
probe() {
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user