From: Peter Müller Date: Sun, 21 Apr 2024 21:10:29 +0000 (+0000) Subject: Core Update 186: Ship and restart Apache X-Git-Tag: v2.29-core186~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e212c7293d717aa70c9b03ad0b282dd76e6d68e6;p=ipfire-2.x.git Core Update 186: Ship and restart Apache Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/186/filelists/apache2 b/config/rootfiles/core/186/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/186/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/186/update.sh b/config/rootfiles/core/186/update.sh index 33e253804b..444b041a49 100644 --- a/config/rootfiles/core/186/update.sh +++ b/config/rootfiles/core/186/update.sh @@ -44,6 +44,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/rc.d/init.d/apache stop KVER="xxxKVERxxx" @@ -116,6 +117,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/rc.d/init.d/apache start # Build initial ramdisks dracut --regenerate-all --force