From: Peter Müller Date: Tue, 12 Jul 2022 15:03:52 +0000 (+0000) Subject: Core Update 170: Ship and restart Unbound X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=979a8b3df745e74173a777ef361bf8f3abfcbad0;p=people%2Fstevee%2Fipfire-2.x.git Core Update 170: Ship and restart Unbound Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/170/filelists/unbound b/config/rootfiles/core/170/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/170/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/170/update.sh b/config/rootfiles/core/170/update.sh index 7cec58f922..7dde030602 100644 --- a/config/rootfiles/core/170/update.sh +++ b/config/rootfiles/core/170/update.sh @@ -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