From dd79b5c9af41de5b065866e0cce53566e4cda380 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 9 Nov 2008 03:04:56 +0000 Subject: Launch nttpd after we are up --- usr/local/sbin/ntpdate_sync_once.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local/sbin') diff --git a/usr/local/sbin/ntpdate_sync_once.sh b/usr/local/sbin/ntpdate_sync_once.sh index a7f98a3..a0ec0f8 100755 --- a/usr/local/sbin/ntpdate_sync_once.sh +++ b/usr/local/sbin/ntpdate_sync_once.sh @@ -8,3 +8,6 @@ while [ "$NOTSYNCED" = "true" ]; do NOTSYNCED="false" fi done + +# Launch -- we have net. +/usr/local/sbin/ntpd -s -f {$g['varetc_path']}/ntpd.conf -- cgit v1.1