From 2508d606a9307f984a394cf4aeddec402156f6a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 3 Jan 2024 21:10:08 +0000 Subject: [PATCH] Core Update 183: Ship lixml, and restart Apache MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/183/filelists/apache2 | 1 + config/rootfiles/core/183/filelists/libxml2 | 1 + config/rootfiles/core/183/update.sh | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/183/filelists/apache2 create mode 120000 config/rootfiles/core/183/filelists/libxml2 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 -- 2.39.5