From: Michael Tremer Date: Wed, 23 Aug 2017 10:33:41 +0000 (+0100) Subject: core114: Ship updated squid X-Git-Tag: v2.19-core114~1^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=455f261b15e6b3d08c08679b2fc5fffe39ff8061;p=people%2Fstevee%2Fipfire-2.x.git core114: Ship updated squid Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/114/filelists/squid b/config/rootfiles/core/114/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/114/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/114/update.sh b/config/rootfiles/core/114/update.sh index eca8d872ce..b68af03e6e 100644 --- a/config/rootfiles/core/114/update.sh +++ b/config/rootfiles/core/114/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/squid stop /etc/init.d/unbound stop # Extract files @@ -47,6 +48,7 @@ ldconfig # Start services /etc/init.d/unbound start +/etc/init.d/squid start # This update need a reboot... touch /var/run/need_reboot