From fbeaa67e7831d25cc555fd323bdfa482f6ce3f75 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 24 May 2015 13:22:55 -0400 Subject: [PATCH] commenting out older method, removing nntp flag from main net synch --- infobase/configuration/cron/time_synch.crontab | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/infobase/configuration/cron/time_synch.crontab b/infobase/configuration/cron/time_synch.crontab index 8510ee82..36ac9d67 100644 --- a/infobase/configuration/cron/time_synch.crontab +++ b/infobase/configuration/cron/time_synch.crontab @@ -7,9 +7,10 @@ SHELL=/bin/bash 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/sbin/sntp -P no -r equanimity or 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/bin/rdate -s -n equanimity +# -n is nntp which may not work with govt servers. # one machine on the network uses this version, to synch externally. -0 0,4,8,12,16,20 * * * /usr/sbin/sntp -P no -r time.nist.gov -or -0 0,4,8,12,16,20 * * * /usr/bin/rdate -s -n time.nist.gov +#0 0,4,8,12,16,20 * * * /usr/sbin/sntp -P no -r time.nist.gov +#or +0 0,4,8,12,16,20 * * * /usr/bin/rdate -s time-c.nist.gov -- 2.34.1