On Fri, 22 Oct 1999, Sumpter, Lloyd wrote:
> Hi, folks!
> I'd like to run a SMALL utility that would set the date/time on my
> computer from a server on the Internet. I'd run it, say, once a day, using
> cron. Is there such a beast? Where can I find a server?
>
> I looked at timed, but that looks far too complicated and
> network-intensive for my use.
>
I use a utility called 'getdate', which can be found at:
ftp://metalab.unc.edu/pub/Linux/system/network/misc/getdate.tgz
A list of time-servers can be found at:
http://www.eecis.udel.edu/~mills/ntp/clock2.htm
I run the following script periodically from cron:
getdate -adjust 2 120 ns.scruz.net
/sbin/clock -w
HTH,
Marc