From: Peter Müller Date: Tue, 18 Apr 2023 21:18:30 +0000 (+0000) Subject: Core Update 175: Ship aprutil and restart Apache X-Git-Tag: v2.27-core175~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed0d38cf627683b01261041fbcd941e1e29198ac;p=ipfire-2.x.git Core Update 175: Ship aprutil and restart Apache Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/175/filelists/aprutil b/config/rootfiles/core/175/filelists/aprutil new file mode 120000 index 0000000000..999f9f84bc --- /dev/null +++ b/config/rootfiles/core/175/filelists/aprutil @@ -0,0 +1 @@ +../../../common/aprutil \ No newline at end of file diff --git a/config/rootfiles/core/175/update.sh b/config/rootfiles/core/175/update.sh index 8ed5cd60d5..40dee5258e 100644 --- a/config/rootfiles/core/175/update.sh +++ b/config/rootfiles/core/175/update.sh @@ -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