From 1842f3dccbd58393ef0599acd9af26be792a76b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 1 Jul 2023 19:31:45 +0000 Subject: [PATCH] Core Update 177: Ship squid-asnbl and restart Squid MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/177/filelists/squid-asnbl | 1 + config/rootfiles/core/177/update.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/177/filelists/squid-asnbl 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 -- 2.39.5