home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.protocols.time.ntp
- Path: sparky!uunet!gumby!wupost!psuvax1!postscript.cs.psu.edu!fenner
- From: fenner@postscript.cs.psu.edu (Bill Fenner)
- Subject: Re: Setting the time when the system boots
- Message-ID: <Bu611o.J1A@cs.psu.edu>
- Sender: news@cs.psu.edu (Usenet)
- Nntp-Posting-Host: postscript.cs.psu.edu
- Organization: Penn State Computer Science
- References: <chicken.715535488@npac.syr.edu> <1992Sep5.195717.13976@udel.edu>
- Date: Sun, 6 Sep 1992 16:41:47 GMT
- Lines: 15
-
- In article <1992Sep5.195717.13976@udel.edu> stewart@ra.cis.udel.edu (John Stewart) writes:
- | if [ -f /usr/local/bin/ntpdate ]; then
- | /usr/local/bin/ntpdate time_server
- | fi
-
- This is what I do:
-
- if [ -f /etc/hosts.ntpdate ]; then
- /usr/local/bin/ntpdate `cat /etc/hosts.ntpdate`
- fi
-
- That way, I can ntpdate to multiple machines in case the one I just happen
- to pick is down.
-
- Bill
-