]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core114: Ship updated unbound
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Aug 2017 10:29:55 +0000 (11:29 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Aug 2017 10:29:55 +0000 (11:29 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/114/filelists/unbound [new symlink]
config/rootfiles/core/114/update.sh

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