Resolves: #1336993 - Mistyped command in dirname
/etc/NetworkManager/dispatcher.d/20-squid
This commit is contained in:
parent
3e0030359d
commit
834755956f
2
squid.nm
2
squid.nm
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
case "$2" in
|
case "$2" in
|
||||||
up|down|vpn-up|vpn-down)
|
up|down|vpn-up|vpn-down)
|
||||||
/bin/systemctli -q reload squid.service || :
|
/bin/systemctl -q reload squid.service || :
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 3.5.19
|
Version: 3.5.19
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Squid proxy caching server
|
Summary: The Squid proxy caching server
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
# See CREDITS for breakdown of non GPLv2+ code
|
# See CREDITS for breakdown of non GPLv2+ code
|
||||||
@ -286,6 +286,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 18 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.19-2
|
||||||
|
- Resolves: #1336993 - Mistyped command in dirname
|
||||||
|
/etc/NetworkManager/dispatcher.d/20-squid
|
||||||
|
|
||||||
* Tue May 10 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.19-1
|
* Tue May 10 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.19-1
|
||||||
- new version 3.5.19
|
- new version 3.5.19
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user