]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core123: Ship and restart squid and apache
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jul 2018 13:46:53 +0000 (14:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jul 2018 13:46:53 +0000 (14:46 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/123/filelists/apache2 [new symlink]
config/rootfiles/core/123/filelists/squid [new symlink]
config/rootfiles/core/123/update.sh

diff --git a/config/rootfiles/core/123/filelists/apache2 b/config/rootfiles/core/123/filelists/apache2
new file mode 120000 (symlink)
index 0000000..eef95ef
--- /dev/null
@@ -0,0 +1 @@
+../../../common/apache2
\ No newline at end of file
diff --git a/config/rootfiles/core/123/filelists/squid b/config/rootfiles/core/123/filelists/squid
new file mode 120000 (symlink)
index 0000000..2dc8372
--- /dev/null
@@ -0,0 +1 @@
+../../../common/squid
\ No newline at end of file
index ee8a5ec0b7f05dbdd4b830d003877d42828eaabf..cf488ec49ec5bde6a48d89ec03de1ade920fbe0d 100644 (file)
@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
 done
 
 # Stop services
+/etc/init.d/squid stop
 
 # Extract files
 extract_files
@@ -46,7 +47,9 @@ ldconfig
 /usr/local/bin/update-lang-cache
 
 # Start services
+/etc/init.d/apache restart
 /etc/init.d/unbound restart
+/etc/init.d/squid start
 
 # This update needs a reboot...
 touch /var/run/need_reboot