]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Core Update 170: Ship and restart Unbound
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 12 Jul 2022 15:03:52 +0000 (15:03 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 12 Jul 2022 15:03:52 +0000 (15:03 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/170/filelists/unbound [new symlink]
config/rootfiles/core/170/update.sh

diff --git a/config/rootfiles/core/170/filelists/unbound b/config/rootfiles/core/170/filelists/unbound
new file mode 120000 (symlink)
index 0000000..66adf09
--- /dev/null
@@ -0,0 +1 @@
+../../../common/unbound
\ No newline at end of file
index 7cec58f922a8eabeb285ce5e64e455af598b283a..7dde030602b7b8ac1b52346efa347e8098572d43 100644 (file)
@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
 done
 
 # Stop services
+/etc/init.d/rc.d/unbound stop
 
 # Remove files
 rm -rvf \
@@ -107,6 +108,7 @@ chown nobody:nobody /var/lib/ipblocklist
 /usr/bin/fcrontab -z
 
 # Start services
+/etc/init.d/rc.d/unbound start
 
 # This update needs a reboot...
 touch /var/run/need_reboot