]> git.ipfire.org Git - people/arne_f/ipfire-2.x.git/commitdiff
core118: Ship updated unbound
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Jan 2018 14:38:56 +0000 (14:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Jan 2018 14:38:56 +0000 (14:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/118/filelists/unbound [new symlink]
config/rootfiles/core/118/update.sh

diff --git a/config/rootfiles/core/118/filelists/unbound b/config/rootfiles/core/118/filelists/unbound
new file mode 120000 (symlink)
index 0000000..66adf09
--- /dev/null
@@ -0,0 +1 @@
+../../../common/unbound
\ No newline at end of file
index 545c8ef53636b8b7f0a902714f47ef82e0d39958..0cd6c108bc972492c51d9af5b66036674356b9d5 100644 (file)
@@ -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