From ffd3c200c41aaaccc57bb2a873babf273f124f52 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 20 Jan 2018 14:38:56 +0000 Subject: [PATCH] core118: Ship updated unbound Signed-off-by: Michael Tremer --- config/rootfiles/core/118/filelists/unbound | 1 + config/rootfiles/core/118/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/118/filelists/unbound diff --git a/config/rootfiles/core/118/filelists/unbound b/config/rootfiles/core/118/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/118/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/118/update.sh b/config/rootfiles/core/118/update.sh index 545c8ef536..0cd6c108bc 100644 --- a/config/rootfiles/core/118/update.sh +++ b/config/rootfiles/core/118/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/init.d/snort stop +/etc/init.d/unbound stop # Delete files rm -rvf \ @@ -55,6 +56,7 @@ ldconfig /usr/local/bin/update-lang-cache # Start services +/etc/init.d/unbound start /etc/init.d/apache restart /etc/init.d/snort start -- 2.39.2