From fa92e618c1e7b5e0a8d5e857189c4c74d1e8aefe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 21 Nov 2023 19:08:24 +0000 Subject: [PATCH] Core Update 182: Ship and restart Unbound MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/182/filelists/unbound | 1 + config/rootfiles/core/182/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/182/filelists/unbound 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 -- 2.47.3