Update of /cvsroot/leaf/devel/helices/ntpclnt
In directory usw-pr-cvs1:/tmp/cvs-serv6383/ntpclnt

Added Files:
        readme.txt 
Log Message:
What's with this moronic case sensitivity error?
``All filenames must be completely lowercase except Makefiles. 
(/cvsroot/leaf/devel/helices/ntpclnt/README.txt)''


--- NEW FILE: readme.txt ---
ntpclient is an NTP (RFC-1305) client. Its functionality is a small
subset of xntpd. Since it is much smaller than xntpd, it is also more
relevant for embedded computers.

ntpclient is Copyright 1997, 1999, 2000 Larry Doolittle, and may be
freely used and copied according to the terms of the GNU General
Public License, version 2.

Usage: ntpclient [options]
options:
 -c count     stop after count time measurements (default 0 == forever)
 -d           debug disabled at compile
 -h hostname  (mandatory) NTP timeserver, against which to measure time
 -i interval  check time every interval seconds (default 600)
 -l           attempt to lock local clock to server using adjtimex(2)
 -p port      local NTP client UDP port (default 0 == "any available")
 -s           simple clock set (implies -c 1)

<http://doolittle.faludi.com/ntpclient/>

NOTE[1]: adjtimex(1) (see /usr/bin/ntp_setup) is a cli into adjtimex(2)
         to expedite `-l' synchronizing system time to time server.

NOTE[2]: ntpclient spews data on stdout, so /usr/bin/streamlog is
         required so that savelog can properly rotate the logfile.

NOTE[3]: ntp_setup should optimize frequency and tick values to
         facilitate closest possible ntpclient synchronization to
         timeserver.  Watch the logfile; fields 5 & 6 (out of 7) should
         settle down to <5 digits; field 7 is hardcoded to a maximum
         +/-6000000.

--
mds
http://leaf.sourceforge.net/devel/helices




-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to