From: Peter Müller Date: Wed, 3 Jan 2024 21:10:08 +0000 (+0000) Subject: Core Update 183: Ship lixml, and restart Apache X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2508d606a9307f984a394cf4aeddec402156f6a0;p=people%2Fms%2Fipfire-2.x.git Core Update 183: Ship lixml, and restart Apache Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/183/filelists/apache2 b/config/rootfiles/core/183/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/183/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/183/filelists/libxml2 b/config/rootfiles/core/183/filelists/libxml2 new file mode 120000 index 0000000000..242e69fa35 --- /dev/null +++ b/config/rootfiles/core/183/filelists/libxml2 @@ -0,0 +1 @@ +../../../common/libxml2 \ No newline at end of file diff --git a/config/rootfiles/core/183/update.sh b/config/rootfiles/core/183/update.sh index eff58292ac..22cfdd2db5 100644 --- a/config/rootfiles/core/183/update.sh +++ b/config/rootfiles/core/183/update.sh @@ -44,6 +44,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 KVER="xxxKVERxxx" @@ -97,7 +98,8 @@ rm -rvf \ /usr/lib/libisc-9.16.44.so \ /usr/lib/libisccc-9.16.44.so \ /usr/lib/libisccfg-9.16.44.so \ - /usr/lib/libns-9.16.44.so + /usr/lib/libns-9.16.44.so \ + /usr/lib/libxml2.so.2.11* # update linker config ldconfig @@ -112,6 +114,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