boiled down to one command
[feisty_meow.git] / infobase / configuration / cron / time_synch.crontab
1
2 #[time synch]
3
4 # standard to synch to local machine.
5
6 ##############
7
8 # synchronize time/date with our nearest time server.
9 */4 * * * * /usr/sbin/ntpdate greendragon &>>/tmp/${CRONUSER}-cron-time_synch.log
10
11 ##############
12
13 # one machine on the network uses this version, to synch externally.
14 0 0,4,8,12,16,20 * * * /usr/bin/rdate -s time.nist.gov &>>/tmp/${CRONUSER}-cron-time_synch.log
15 #hmmm: is above still correct?
16