From 07b73b195c8c6cf40cd80ed323e7719f77ebb96e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 25 Feb 2019 00:56:49 +0000 Subject: [PATCH] core129: Ship updated unbound Signed-off-by: Michael Tremer --- config/rootfiles/core/129/filelists/unbound | 1 + config/rootfiles/core/129/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/129/filelists/unbound diff --git a/config/rootfiles/core/129/filelists/unbound b/config/rootfiles/core/129/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/129/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/129/update.sh b/config/rootfiles/core/129/update.sh index 6d248cd02d..3cd5b6a222 100644 --- a/config/rootfiles/core/129/update.sh +++ b/config/rootfiles/core/129/update.sh @@ -33,6 +33,7 @@ done # Stop services /usr/local/bin/ipsecctrl D +/etc/init.d/unbound stop # Remove files rm -vf \ @@ -49,6 +50,7 @@ ldconfig # Start services /etc/init.d/firewall restart +/etc/init.d/unbound start /usr/local/bin/ipsecctrl S # This update needs a reboot... -- 2.39.2