From: Michael Tremer Date: Tue, 18 Dec 2018 22:32:07 +0000 (+0000) Subject: core127: Ship updated squid X-Git-Tag: v2.21-core127~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=452e537092ba0310dab68e5aeaac4c96fbc4a409;p=ipfire-2.x.git core127: Ship updated squid Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/127/filelists/squid b/config/rootfiles/core/127/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/127/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 0c928e89aa..624ebe492c 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/squid stop # Remove files @@ -46,6 +47,7 @@ ldconfig # Start services /etc/init.d/unbound restart +/etc/init.d/squid start # Finish /etc/init.d/fireinfo start