]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Core Update 171: Ship and restart Squid
authorPeter Müller <peter.mueller@ipfire.org>
Sun, 11 Sep 2022 08:34:40 +0000 (08:34 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 11 Sep 2022 08:34:40 +0000 (08:34 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/171/filelists/squid [new symlink]
config/rootfiles/core/171/update.sh

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