From: Peter Müller Date: Sat, 1 Jul 2023 19:31:45 +0000 (+0000) Subject: Core Update 177: Ship squid-asnbl and restart Squid X-Git-Tag: v2.27-core177~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1842f3dccbd58393ef0599acd9af26be792a76b2;p=ipfire-2.x.git Core Update 177: Ship squid-asnbl and restart Squid Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/177/filelists/squid-asnbl b/config/rootfiles/core/177/filelists/squid-asnbl new file mode 120000 index 0000000000..4db9188248 --- /dev/null +++ b/config/rootfiles/core/177/filelists/squid-asnbl @@ -0,0 +1 @@ +../../../common/squid-asnbl \ No newline at end of file diff --git a/config/rootfiles/core/177/update.sh b/config/rootfiles/core/177/update.sh index b5090902ad..a0b2da0fef 100644 --- a/config/rootfiles/core/177/update.sh +++ b/config/rootfiles/core/177/update.sh @@ -49,6 +49,9 @@ ldconfig # Start services /etc/init.d/ntp restart +if [ -f /var/ipfire/proxy/enable ]; then + /etc/init.d/squid restart +fi # This update needs a reboot... #touch /var/run/need_reboot