From: Peter Müller Date: Sun, 11 Sep 2022 08:34:40 +0000 (+0000) Subject: Core Update 171: Ship and restart Squid X-Git-Tag: v2.27-core171~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddbc886c4cf2977bddf7f645f6c19992e50710be;p=ipfire-2.x.git Core Update 171: Ship and restart Squid Signed-off-by: Peter Müller --- 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