summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-30 08:19:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-30 08:19:28 +0000
commit349843cb326ee7e88ac595a06b42dc41a58c7247 (patch)
tree2f19efe2821b41eb7f2aacc243ac80863476ff24 /README
parent88d712478a82cad28ddaefb164d5d2df832bb98b (diff)
downloadsntpc-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--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a9e2832
--- /dev/null
+++ b/README
@@ -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.
+