]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 183: Ship lixml, and restart Apache
authorPeter Müller <peter.mueller@ipfire.org>
Wed, 3 Jan 2024 21:10:08 +0000 (21:10 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 3 Jan 2024 21:10:08 +0000 (21:10 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/183/filelists/apache2 [new symlink]
config/rootfiles/core/183/filelists/libxml2 [new symlink]
config/rootfiles/core/183/update.sh

diff --git a/config/rootfiles/core/183/filelists/apache2 b/config/rootfiles/core/183/filelists/apache2
new file mode 120000 (symlink)
index 0000000..eef95ef
--- /dev/null
@@ -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 (symlink)
index 0000000..242e69f
--- /dev/null
@@ -0,0 +1 @@
+../../../common/libxml2
\ No newline at end of file
index eff58292accf905a80b1de2550624581297f5a90..22cfdd2db5a55081291448da0a4642ed5bfccb6b 100644 (file)
@@ -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