From ddbc886c4cf2977bddf7f645f6c19992e50710be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sun, 11 Sep 2022 08:34:40 +0000 Subject: [PATCH] Core Update 171: 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/171/filelists/squid | 1 + config/rootfiles/core/171/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/171/filelists/squid diff --git a/config/rootfiles/core/171/filelists/squid b/config/rootfiles/core/171/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/171/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index 3262255057..010c5ba512 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/rc.d/init.d/squid stop # Remove files rm -rvf \ @@ -52,6 +53,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/squid start # This update needs a reboot... #touch /var/run/need_reboot -- 2.47.3