From 38b95ad5d998ae21bb53f09836f648f05c426751 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 23 Aug 2017 11:29:55 +0100 Subject: [PATCH] core114: Ship updated unbound Signed-off-by: Michael Tremer --- config/rootfiles/core/114/filelists/unbound | 1 + config/rootfiles/core/114/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/114/filelists/unbound diff --git a/config/rootfiles/core/114/filelists/unbound b/config/rootfiles/core/114/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/114/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/114/update.sh b/config/rootfiles/core/114/update.sh index 3e2929e309..eca8d872ce 100644 --- a/config/rootfiles/core/114/update.sh +++ b/config/rootfiles/core/114/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/unbound stop # Extract files extract_files @@ -45,6 +46,7 @@ ldconfig /usr/local/bin/update-lang-cache # Start services +/etc/init.d/unbound start # This update need a reboot... touch /var/run/need_reboot -- 2.39.5