]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core129: Ship updated unbound
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Feb 2019 00:56:49 +0000 (00:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Feb 2019 00:56:49 +0000 (00:56 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/129/filelists/unbound [new symlink]
config/rootfiles/core/129/update.sh

diff --git a/config/rootfiles/core/129/filelists/unbound b/config/rootfiles/core/129/filelists/unbound
new file mode 120000 (symlink)
index 0000000..66adf09
--- /dev/null
@@ -0,0 +1 @@
+../../../common/unbound
\ No newline at end of file
index 6d248cd02d429250d4c498991a8e81c57e6305b8..3cd5b6a222609f6a1199b47e656360a001d0440f 100644 (file)
@@ -33,6 +33,7 @@ done
 
 # Stop services
 /usr/local/bin/ipsecctrl D
 
 # Stop services
 /usr/local/bin/ipsecctrl D
+/etc/init.d/unbound stop
 
 # Remove files
 rm -vf \
 
 # Remove files
 rm -vf \
@@ -49,6 +50,7 @@ ldconfig
 
 # Start services
 /etc/init.d/firewall restart
 
 # Start services
 /etc/init.d/firewall restart
+/etc/init.d/unbound start
 /usr/local/bin/ipsecctrl S
 
 # This update needs a reboot...
 /usr/local/bin/ipsecctrl S
 
 # This update needs a reboot...