From: Peter Müller Date: Mon, 18 Apr 2022 21:05:49 +0000 (+0000) Subject: Core Update 168: Ship and restart Squid X-Git-Tag: v2.27-core170~304^2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e792900bc14070f877e7d2c1e406bebd60fac19;p=ipfire-2.x.git Core Update 168: Ship and restart Squid Signed-off-by: Peter Müller --- 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