]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
Core Update 174: Ship and restart Apache
authorPeter Müller <peter.mueller@ipfire.org>
Sat, 11 Mar 2023 16:17:48 +0000 (16:17 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 11 Mar 2023 16:17:48 +0000 (16:17 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/174/filelists/apache2 [new symlink]
config/rootfiles/core/174/update.sh

diff --git a/config/rootfiles/core/174/filelists/apache2 b/config/rootfiles/core/174/filelists/apache2
new file mode 120000 (symlink)
index 0000000..eef95ef
--- /dev/null
@@ -0,0 +1 @@
+../../../common/apache2
\ No newline at end of file
index 9dcdb491fc6f93eccd00135aaf0697f9544afefc..1a56c2ce4d0900b428516ea5933d24ea99838b31 100644 (file)
@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
 done
 
 # Stop services
+/etc/rc.d/init.d/apache stop
 /etc/rc.d/init.d/squid stop
 /etc/rc.d/init.d/ipsec stop
 
@@ -62,6 +63,7 @@ ldconfig
 
 # Start services
 telinit u
+/etc/rc.d/init.d/apache start
 if [ -f /var/ipfire/proxy/enable ]; then
        /etc/init.d/squid start
 fi