From: Peter Müller Date: Sat, 11 Mar 2023 16:17:48 +0000 (+0000) Subject: Core Update 174: Ship and restart Apache X-Git-Tag: v2.27-core174~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd5a24daec641bb15cfd92c6a64c833ebf2e367c;p=ipfire-2.x.git Core Update 174: Ship and restart Apache Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/174/filelists/apache2 b/config/rootfiles/core/174/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/174/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/174/update.sh b/config/rootfiles/core/174/update.sh index 9dcdb491fc..1a56c2ce4d 100644 --- a/config/rootfiles/core/174/update.sh +++ b/config/rootfiles/core/174/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/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