]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 175: Ship aprutil and restart Apache
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 18 Apr 2023 21:18:30 +0000 (21:18 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 18 Apr 2023 21:18:30 +0000 (21:18 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/175/filelists/aprutil [new symlink]
config/rootfiles/core/175/update.sh

diff --git a/config/rootfiles/core/175/filelists/aprutil b/config/rootfiles/core/175/filelists/aprutil
new file mode 120000 (symlink)
index 0000000..999f9f8
--- /dev/null
@@ -0,0 +1 @@
+../../../common/aprutil
\ No newline at end of file
index 8ed5cd60d50ad1911ffbc33f28e43e095e28520f..40dee5258e194d3b4430e7429bdae62565c37ca7 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/sshd stop
 
 # Extract files
@@ -60,6 +61,7 @@ ldconfig
 /usr/local/bin/sshctrl
 
 # Start services
+/etc/rc.d/init.d/apache start
 if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then
        /etc/init.d/sshd start
 fi