]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 169: Ship and restart Squid
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 7 Jun 2022 16:46:37 +0000 (16:46 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 7 Jun 2022 16:46:37 +0000 (16:46 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/169/filelists/squid [new symlink]
config/rootfiles/core/169/update.sh

diff --git a/config/rootfiles/core/169/filelists/squid b/config/rootfiles/core/169/filelists/squid
new file mode 120000 (symlink)
index 0000000..2dc8372
--- /dev/null
@@ -0,0 +1 @@
+../../../common/squid
\ No newline at end of file
index e34f24f7a5993ffc4638eb590df737190ae1beb2..5034565b5d44ce9b51be4d96044835908a1a3d1d 100644 (file)
@@ -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