This commit is contained in:
Luboš Uhliarik 2015-09-25 11:48:16 +02:00
parent 0829904a2b
commit 05a4e35092
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,6 @@
case "$2" in
up|down|vpn-up|vpn-down)
/bin/systemctl reload squid.service || :
/bin/systemctli -q reload squid.service || :
;;
esac

View File

@ -2,7 +2,7 @@
Name: squid
Version: 3.5.9
Release: 2%{?dist}
Release: 3%{?dist}
Summary: The Squid proxy caching server
Epoch: 7
# See CREDITS for breakdown of non GPLv2+ code
@ -281,6 +281,9 @@ fi
%changelog
* Fri Sep 25 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-3
- Resolves: #1231992
* Fri Sep 25 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-2
- Resolves: #1230501