From: Michael Tremer Date: Sat, 20 Jan 2018 14:38:56 +0000 (+0000) Subject: core118: Ship updated unbound X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffd3c200c41aaaccc57bb2a873babf273f124f52;p=people%2Fms%2Fipfire-2.x.git core118: Ship updated unbound Signed-off-by: Michael Tremer --- 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