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() {
|
rhstatus() {
|
||||||
status $SQUID
|
status $SQUID && $SQUID -k check
|
||||||
$SQUID -k check
|
|
||||||
}
|
}
|
||||||
|
|
||||||
probe() {
|
probe() {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: The Squid proxy caching server.
|
Summary: The Squid proxy caching server.
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 2.6.STABLE4
|
Version: 2.6.STABLE4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -349,6 +349,9 @@ fi
|
|||||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 17 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-2
|
||||||
- upstream fixes:
|
- upstream fixes:
|
||||||
* Accept 00:00-24:00 as a valid time specification (upstream BZ #1794)
|
* Accept 00:00-24:00 as a valid time specification (upstream BZ #1794)
|
||||||
|
Loading…
Reference in New Issue
Block a user