From: Peter Müller Date: Tue, 21 Nov 2023 19:08:24 +0000 (+0000) Subject: Core Update 182: Ship and restart Unbound X-Git-Tag: v2.27-core182~16^2~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa92e618c1e7b5e0a8d5e857189c4c74d1e8aefe;p=ipfire-2.x.git Core Update 182: Ship and restart Unbound Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/182/filelists/unbound b/config/rootfiles/core/182/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/182/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index b540825674..cd647c79d3 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/rc.d/init.d/squid stop +/etc/rc.d/init.d/unbound stop # Extract files extract_files @@ -51,6 +52,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/unbound start if [ -f /var/ipfire/proxy/enable ]; then /etc/init.d/squid start fi