[ntpsec commit] Move the last two installables into top-level directories.
Eric S. Raymond
esr at ntpsec.org
Tue Oct 20 09:46:06 UTC 2015
Module: ntpsec
Branch: master
Commit: 6b2f1b073fc7bd8b1a78d1fae826c484ee54f1e1
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=6b2f1b073fc7bd8b1a78d1fae826c484ee54f1e1
Author: Eric S. Raymond <esr at thyrsus.com>
Date: Tue Oct 20 05:45:07 2015 -0400
Move the last two installables into top-level directories.
---
README | 9 +++++++++
{scripts/ntptrace => ntptrace}/ntptrace-man.txt | 2 +-
{scripts/ntptrace => ntptrace}/ntptrace.in | 0
{scripts/ntpwait => ntpwait}/ntpwait-man.txt | 2 +-
{scripts/ntpwait => ntpwait}/ntpwait.in | 0
scripts/README | 9 ---------
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/README b/README
index 878a8ab..e9bd89d 100644
--- a/README
+++ b/README
@@ -79,6 +79,15 @@ ntpq/:: Directory containing sources for a utility program to
ntptime/:: Directory containing a utility for reading and modifying
kernel parameters related to the local clock.
+ntptrace:: Directory containing source for a utility program that
+ can be used to reveal the chain of NTP peers from a
+ designated peer to the primary server at the root of the
+ timekeeping subnet.
+
+ntpwait:: Directory contsining a script that nlocks until ntpd is
+ in state 4 (synchronized). Useful at boot time, to delay
+ the boot sequence until after "ntpd -g" has set the time.
+
ports/:: Subdirectories of this contain code for non-Unix operating
systems. At present there is just one, for Windows.
diff --git a/scripts/ntptrace/ntptrace-man.txt b/ntptrace/ntptrace-man.txt
similarity index 85%
rename from scripts/ntptrace/ntptrace-man.txt
rename to ntptrace/ntptrace-man.txt
index b7aab9b..d254b2c 100644
--- a/scripts/ntptrace/ntptrace-man.txt
+++ b/ntptrace/ntptrace-man.txt
@@ -4,7 +4,7 @@
== NAME ==
ntptrace - trace peers of an NTP server
-include::../../docs/includes/ntptrace-body.txt[]
+include::../docs/includes/ntptrace-body.txt[]
== EXIT STATUS ==
diff --git a/scripts/ntptrace/ntptrace.in b/ntptrace/ntptrace.in
similarity index 100%
rename from scripts/ntptrace/ntptrace.in
rename to ntptrace/ntptrace.in
diff --git a/scripts/ntpwait/ntpwait-man.txt b/ntpwait/ntpwait-man.txt
similarity index 86%
rename from scripts/ntpwait/ntpwait-man.txt
rename to ntpwait/ntpwait-man.txt
index ec463bf..7ffb6bb 100644
--- a/scripts/ntpwait/ntpwait-man.txt
+++ b/ntpwait/ntpwait-man.txt
@@ -4,7 +4,7 @@
== NAME ==
ntpwait - Wait for ntpd to stabilize the system clock
-include::../../docs/includes/ntpwait-body.txt[]
+include::../docs/includes/ntpwait-body.txt[]
== EXIT STATUS ==
diff --git a/scripts/ntpwait/ntpwait.in b/ntpwait/ntpwait.in
similarity index 100%
rename from scripts/ntpwait/ntpwait.in
rename to ntpwait/ntpwait.in
diff --git a/scripts/README b/scripts/README
index cff44b5..b288d3c 100644
--- a/scripts/README
+++ b/scripts/README
@@ -12,19 +12,10 @@ lib:: NTP interface package required to query Mode 6 packets
monitoring:: Directory containing perl scripts useful for monitoring
operations
-ntpwait:: Blocks until ntpd is in state 4 (synchronized).
- Useful at boot time, to delay the boot sequence
- until after "ntpd -g" has set the time.
-
ntpsweep:: prints per host given in <file> the NTP stratum level, the
clock offset in seconds, the daemon version, the operating
system and the processor.
-ntptrace:: Directory containing sources for a utility program that
- can be used to reveal the chain of NTP peers from a
- designated peer to the primary server at the root of the
- timekeeping subnet.
-
ntpver:: Simple script using ntpq to print out the suite version.
plot_summary:: Plot summaries generated by summary script.
More information about the vc
mailing list