From 1ecccbdfca9bc198d73b004f1e16f8f577e095f0 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 25 May 2024 10:58:35 +0200 Subject: [PATCH] core187: ship unbound Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/187/filelists/unbound | 1 + config/rootfiles/core/187/update.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/187/filelists/unbound diff --git a/config/rootfiles/core/187/filelists/unbound b/config/rootfiles/core/187/filelists/unbound new file mode 120000 index 000000000..66adf0924 --- /dev/null +++ b/config/rootfiles/core/187/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/187/update.sh b/config/rootfiles/core/187/update.sh index 3aded31af..d2e86a320 100644 --- a/config/rootfiles/core/187/update.sh +++ b/config/rootfiles/core/187/update.sh @@ -48,9 +48,10 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/unbound restart # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot # Finish /etc/init.d/fireinfo start -- 2.39.5