From ed0d38cf627683b01261041fbcd941e1e29198ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Tue, 18 Apr 2023 21:18:30 +0000 Subject: [PATCH] Core Update 175: Ship aprutil and restart Apache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/175/filelists/aprutil | 1 + config/rootfiles/core/175/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/175/filelists/aprutil diff --git a/config/rootfiles/core/175/filelists/aprutil b/config/rootfiles/core/175/filelists/aprutil new file mode 120000 index 000000000..999f9f84b --- /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 8ed5cd60d..40dee5258 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