diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-30 08:19:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-30 08:19:28 +0000 |
commit | 349843cb326ee7e88ac595a06b42dc41a58c7247 (patch) | |
tree | 2f19efe2821b41eb7f2aacc243ac80863476ff24 /README | |
parent | 88d712478a82cad28ddaefb164d5d2df832bb98b (diff) | |
download | sntpc-0.9.tar.bz2 sntpc-0.9.tar.xz |
release 0.9v0.9
- inverted -b option
- option -n turns on verbose
- set time before forking so we lock til time is correct
- fix usage
- print version with -V
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +sntpc is a simple network time protocol client + +It was written to deal with time on virtual hosts on MS virtual server which +has a horrible virtual hardware clock. + +It will not make any efforts to slowly adjust the time, just set the time hard +from an NTP source, either once or in a given interval. + +To use it in a virtual environment, set the clocksource to "pit". This will +make the time go (mostly) backwards. Use the -b option to prevent sntpc to +make time jump backwards. + |