From: Michael Tremer Date: Tue, 6 Dec 2016 14:20:16 +0000 (+0000) Subject: core108: Ship updated squid X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6426c4066f85a9c706df2c141fbf9604739a78c3;p=people%2Fms%2Fipfire-2.x.git core108: Ship updated squid Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/108/filelists/squid b/config/rootfiles/core/108/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/108/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/108/update.sh b/config/rootfiles/core/108/update.sh index 1217f20f86..7a4bcd3ee9 100644 --- a/config/rootfiles/core/108/update.sh +++ b/config/rootfiles/core/108/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/init.d/ipsec stop +/etc/init.d/squid stop # Extract files extract_files @@ -52,6 +53,7 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start fi /etc/init.d/ntp restart +/etc/init.d/squid start # This update need a reboot... #touch /var/run/need_reboot