From 5e792900bc14070f877e7d2c1e406bebd60fac19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 18 Apr 2022 21:05:49 +0000 Subject: [PATCH] Core Update 168: 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/168/filelists/squid | 1 + config/rootfiles/core/168/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/168/filelists/squid diff --git a/config/rootfiles/core/168/filelists/squid b/config/rootfiles/core/168/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/168/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/168/update.sh b/config/rootfiles/core/168/update.sh index 535572ffac..96af405583 100644 --- a/config/rootfiles/core/168/update.sh +++ b/config/rootfiles/core/168/update.sh @@ -59,6 +59,7 @@ rm -vf \ /opt/pakfire/db/rootfiles/netbpm # Stop services +/etc/init.d/squid stop # Extract files extract_files @@ -74,6 +75,7 @@ ldconfig # Start services /etc/init.d/vnstatd restart +/etc/init.d/squid start # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.2