From 9152d4e453788400c308b20e8fc5695e942407f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 4 Jun 2022 08:38:41 +0000 Subject: [PATCH] Core Update 169: 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/169/filelists/unbound | 1 + config/rootfiles/core/169/update.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/169/filelists/unbound diff --git a/config/rootfiles/core/169/filelists/unbound b/config/rootfiles/core/169/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/169/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/169/update.sh b/config/rootfiles/core/169/update.sh index d6943da010..e34f24f7a5 100644 --- a/config/rootfiles/core/169/update.sh +++ b/config/rootfiles/core/169/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/unbound stop # Remove files rm -rvf \ @@ -41,6 +42,7 @@ rm -rvf \ /lib/xtables/libipt_DNAT.so \ /lib/xtables/libipt_REDIRECT.so \ /usr/lib/libfuse3.so.3.10.4 \ + /usr/lib/libunbound.so.8.1.14 /usr/lib/libxml2.so.2.9.12 \ /usr/lib/libxslt.so.1.1.34 \ /usr/lib/libyang.so.2.1.4 @@ -59,6 +61,7 @@ ldconfig # Start services /etc/init.d/firewall restart +/etc/init.d/unbound start # This update needs a reboot... touch /var/run/need_reboot -- 2.47.3