From: Michael Tremer Date: Mon, 31 Aug 2015 22:35:52 +0000 (+0100) Subject: core94: Ship updated squid X-Git-Tag: v2.17-core94~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9358dcceedbaa43c3bffc0e396c326aba1fb491;p=people%2Fstevee%2Fipfire-2.x.git core94: Ship updated squid Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/94/filelists/squid b/config/rootfiles/core/94/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/94/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/94/update.sh b/config/rootfiles/core/94/update.sh index 5fb09367e2..6df09582a4 100644 --- a/config/rootfiles/core/94/update.sh +++ b/config/rootfiles/core/94/update.sh @@ -32,6 +32,7 @@ do done # Stop services +/etc/init.d/squid stop /etc/init.d/sshd stop /etc/init.d/dnsmasq stop @@ -69,6 +70,7 @@ fcrontab -z &>/dev/null # Start services /etc/init.d/dnsmasq start /etc/init.d/sshd start +/etc/init.d/squid start # This update need a reboot... #touch /var/run/need_reboot