]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Core Update 172: Ship and restart Unbound
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 24 Oct 2022 09:04:29 +0000 (09:04 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 24 Oct 2022 09:04:29 +0000 (09:04 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/172/filelists/unbound [new symlink]
config/rootfiles/core/172/update.sh

diff --git a/config/rootfiles/core/172/filelists/unbound b/config/rootfiles/core/172/filelists/unbound
new file mode 120000 (symlink)
index 0000000..66adf09
--- /dev/null
@@ -0,0 +1 @@
+../../../common/unbound
\ No newline at end of file
index cd1cda5e2c2dc43536db03d304a25bb8c4169443..0ea26ad2700a482797a7f7d6e041d74ca3f31cc6 100644 (file)
@@ -34,8 +34,11 @@ done
 # Stop services
 /etc/rc.d/init.d/ipsec stop
 /etc/rc.d/init.d/sshd stop
+/etc/rc.d/init.d/unbound stop
 
 # Remove files
+rm -rvf \
+       /usr/lib/libunbound.so.8.1.1*
 
 # Extract files
 extract_files
@@ -53,6 +56,7 @@ ldconfig
 /usr/local/bin/sshctrl
 
 # Start services
+/etc/init.d/unbound start
 if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then
        /etc/init.d/sshd start
 fi