From 5f1abe00433812a75e58583ed254a452fe30a609 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 24 Oct 2022 09:04:29 +0000 Subject: [PATCH] Core Update 172: Ship and restart Unbound MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/172/filelists/unbound | 1 + config/rootfiles/core/172/update.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 120000 config/rootfiles/core/172/filelists/unbound 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 -- 2.39.5