From c5b441a4e62004171ed5957254a1322c7a4431a3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 14 Feb 2024 19:04:48 +0000 Subject: [PATCH] core185: Ship unbound and BIND again Signed-off-by: Michael Tremer --- config/rootfiles/core/185/filelists/bind | 1 + config/rootfiles/core/185/filelists/unbound | 1 + config/rootfiles/core/185/update.sh | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/185/filelists/bind create mode 120000 config/rootfiles/core/185/filelists/unbound diff --git a/config/rootfiles/core/185/filelists/bind b/config/rootfiles/core/185/filelists/bind new file mode 120000 index 000000000..48a0ebaef --- /dev/null +++ b/config/rootfiles/core/185/filelists/bind @@ -0,0 +1 @@ +../../../common/bind \ No newline at end of file diff --git a/config/rootfiles/core/185/filelists/unbound b/config/rootfiles/core/185/filelists/unbound new file mode 120000 index 000000000..66adf0924 --- /dev/null +++ b/config/rootfiles/core/185/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/185/update.sh b/config/rootfiles/core/185/update.sh index beb061f4a..3321567e3 100644 --- a/config/rootfiles/core/185/update.sh +++ b/config/rootfiles/core/185/update.sh @@ -53,6 +53,7 @@ ldconfig # Start services telinit u /etc/init.d/suricata restart +/etc/init.d/unbound restart # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5