From 67214dc2eb6b0a7c1b0f43e049a0aad6802a8db1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 Dec 2016 14:17:05 +0000 Subject: [PATCH] core108: Ship updated NTP Signed-off-by: Michael Tremer --- config/rootfiles/core/108/filelists/ntp | 1 + config/rootfiles/core/108/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/108/filelists/ntp diff --git a/config/rootfiles/core/108/filelists/ntp b/config/rootfiles/core/108/filelists/ntp new file mode 120000 index 0000000000..7542d86cb0 --- /dev/null +++ b/config/rootfiles/core/108/filelists/ntp @@ -0,0 +1 @@ +../../../common/ntp \ No newline at end of file diff --git a/config/rootfiles/core/108/update.sh b/config/rootfiles/core/108/update.sh index ba4a6690e0..1217f20f86 100644 --- a/config/rootfiles/core/108/update.sh +++ b/config/rootfiles/core/108/update.sh @@ -51,6 +51,7 @@ ldconfig if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start fi +/etc/init.d/ntp restart # This update need a reboot... #touch /var/run/need_reboot -- 2.39.5