From 7dd292543e2d9c7d1f19071939cc28fdbe64303e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 7 Jun 2022 16:46:37 +0000 Subject: [PATCH] Core Update 169: Ship 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/169/filelists/squid | 1 + config/rootfiles/core/169/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/169/filelists/squid diff --git a/config/rootfiles/core/169/filelists/squid b/config/rootfiles/core/169/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/169/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/169/update.sh b/config/rootfiles/core/169/update.sh index e34f24f7a5..5034565b5d 100644 --- a/config/rootfiles/core/169/update.sh +++ b/config/rootfiles/core/169/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/init.d/unbound stop +/etc/init.d/squid stop # Remove files rm -rvf \ @@ -62,6 +63,7 @@ ldconfig # Start services /etc/init.d/firewall restart /etc/init.d/unbound start +/etc/init.d/squid start # This update needs a reboot... touch /var/run/need_reboot -- 2.39.5