From 8ebb8091d93f704e651a2e91e7af012f9a5ec002 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 1 Jul 2023 19:09:20 +0000 Subject: [PATCH] Core Update 177: Ship and restart ntp MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/177/filelists/ntp | 1 + config/rootfiles/core/177/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/177/filelists/ntp diff --git a/config/rootfiles/core/177/filelists/ntp b/config/rootfiles/core/177/filelists/ntp new file mode 120000 index 0000000000..7542d86cb0 --- /dev/null +++ b/config/rootfiles/core/177/filelists/ntp @@ -0,0 +1 @@ +../../../common/ntp \ No newline at end of file diff --git a/config/rootfiles/core/177/update.sh b/config/rootfiles/core/177/update.sh index f3eed0dfb0..b5090902ad 100644 --- a/config/rootfiles/core/177/update.sh +++ b/config/rootfiles/core/177/update.sh @@ -48,6 +48,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/ntp restart # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5