]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core118: Ship updated squid
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Jan 2018 13:09:37 +0000 (13:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Jan 2018 13:09:37 +0000 (13:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/118/filelists/squid [new symlink]
config/rootfiles/core/118/update.sh

diff --git a/config/rootfiles/core/118/filelists/squid b/config/rootfiles/core/118/filelists/squid
new file mode 120000 (symlink)
index 0000000..2dc8372
--- /dev/null
@@ -0,0 +1 @@
+../../../common/squid
\ No newline at end of file
index 0cd6c108bc972492c51d9af5b66036674356b9d5..b30d7b3ac63fd7f610dff4368c3446a1317eeb5f 100644 (file)
@@ -33,6 +33,7 @@ done
 
 # Stop services
 /etc/init.d/snort stop
+/etc/init.d/squid stop
 /etc/init.d/unbound stop
 
 # Delete files
@@ -58,6 +59,7 @@ ldconfig
 # Start services
 /etc/init.d/unbound start
 /etc/init.d/apache restart
+/etc/init.d/squid start
 /etc/init.d/snort start
 
 # This update need a reboot...