From: Peter Müller Date: Mon, 24 Oct 2022 09:04:29 +0000 (+0000) Subject: Core Update 172: Ship and restart Unbound X-Git-Tag: v2.27-core172~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f1abe00433812a75e58583ed254a452fe30a609;p=ipfire-2.x.git Core Update 172: Ship and restart Unbound Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/172/filelists/unbound b/config/rootfiles/core/172/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/172/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/172/update.sh b/config/rootfiles/core/172/update.sh index cd1cda5e2c..0ea26ad270 100644 --- a/config/rootfiles/core/172/update.sh +++ b/config/rootfiles/core/172/update.sh @@ -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