[ntpsec commit] Group example configurations and launcher scripts into etc /.

Eric S. Raymond esr at ntpsec.org
Tue Oct 20 10:04:58 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    9365c0074e100b5f16874f7dcf21d161ad72c47b
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=9365c0074e100b5f16874f7dcf21d161ad72c47b

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Tue Oct 20 06:03:54 2015 -0400

Group example configurations and launcher scripts into etc/.

---

 README                            |  7 ++++---
 conf/README                       | 13 -------------
 etc/README                        | 17 +++++++++++++++++
 {conf => etc}/baldwin.conf        |  0
 {conf => etc}/beauregard.conf     |  0
 {conf => etc}/grundoon.conf       |  0
 {conf => etc}/malarky.conf        |  0
 {conf => etc}/pogo.conf           |  0
 {conf => etc}/rackety.conf        |  0
 {scripts => etc}/rc/README        |  0
 {scripts => etc}/rc/ntpd          |  0
 {scripts => etc}/rc/ntpwait       |  0
 {scripts => etc}/rc/rc.d/TIMESYNC |  0
 {scripts => etc}/rc/rc.d/ntpd     |  0
 {scripts => etc}/rc/rc.d/ntpwait  |  0
 {scripts => etc}/rc1/postinstall  |  0
 {scripts => etc}/rc1/preinstall   |  0
 {scripts => etc}/rc1/preremove    |  0
 {scripts => etc}/rc1/prototype    |  0
 {scripts => etc}/rc1/xntp         |  0
 {scripts => etc}/rc2/local.ntpd   |  0
 scripts/README                    |  2 --
 22 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/README b/README
index 8619aa1..7271e7b 100644
--- a/README
+++ b/README
@@ -24,14 +24,15 @@ README::	This file.
 
 devel-docs/::	Documentation aimed at developers.
 
-conf/::		Directory containing a motley collection of
-		configuration files for various systems. For example only.
-
 docs/::		Directory containing a complete set of documentation on
 		building and configuring a NTP server or client. The files
 		are in asciidoc markup.  This replaces the 'html' directory
 		of precious versions, but html can be generated from it.
 
+etc/::		Directory containing a motley collection of configuration files
+		and launch scruots for various systems. For example
+		only.
+
 include/::	Directory containing include header files used by most
 		programs in the distribution.
 
diff --git a/conf/README b/conf/README
deleted file mode 100644
index 9ef851f..0000000
--- a/conf/README
+++ /dev/null
@@ -1,13 +0,0 @@
-= README file for directory conf =
-
-This directory contains example run-time configuration files for the
-NTP daemon. These files illustrate some of the more obscure
-configuration options you may run into. They are not likely to do
-anything good if run on machines other than their native spot, so
-don't just blindly copy something and put it up.  Also, they have
-been modified a bit to track changes in configuration options,
-notably the elimination of the 'requestkey' option associated
-with mode 7 access.
-
-Additional information can be found in the ./docs directory of the
-base directory.
diff --git a/etc/README b/etc/README
new file mode 100644
index 0000000..2816ec2
--- /dev/null
+++ b/etc/README
@@ -0,0 +1,17 @@
+= README file for directory conf =
+
+This directory contains example run-time configuration files for the
+NTP daemon, and some example startup scripts for launching it.
+
+The *.conf files illustrate some of the more obscure configuration
+options you may run into. They are not likely to do anything good if
+run on machines other than their native spot, so don't just blindly
+copy something and put it up.  Also, they have been modified a bit to
+track changes in configuration options, notably the elimination of the
+'requestkey' option associated with mode 7 access.
+
+The rc fules are start/stop scripts for NTP.  They are  intended as models
+for distribution packagers.
+
+Additional information can be found in the ./docs directory of the
+base directory.
diff --git a/conf/baldwin.conf b/etc/baldwin.conf
similarity index 100%
rename from conf/baldwin.conf
rename to etc/baldwin.conf
diff --git a/conf/beauregard.conf b/etc/beauregard.conf
similarity index 100%
rename from conf/beauregard.conf
rename to etc/beauregard.conf
diff --git a/conf/grundoon.conf b/etc/grundoon.conf
similarity index 100%
rename from conf/grundoon.conf
rename to etc/grundoon.conf
diff --git a/conf/malarky.conf b/etc/malarky.conf
similarity index 100%
rename from conf/malarky.conf
rename to etc/malarky.conf
diff --git a/conf/pogo.conf b/etc/pogo.conf
similarity index 100%
rename from conf/pogo.conf
rename to etc/pogo.conf
diff --git a/conf/rackety.conf b/etc/rackety.conf
similarity index 100%
rename from conf/rackety.conf
rename to etc/rackety.conf
diff --git a/scripts/rc/README b/etc/rc/README
similarity index 100%
rename from scripts/rc/README
rename to etc/rc/README
diff --git a/scripts/rc/ntpd b/etc/rc/ntpd
similarity index 100%
rename from scripts/rc/ntpd
rename to etc/rc/ntpd
diff --git a/scripts/rc/ntpwait b/etc/rc/ntpwait
similarity index 100%
rename from scripts/rc/ntpwait
rename to etc/rc/ntpwait
diff --git a/scripts/rc/rc.d/TIMESYNC b/etc/rc/rc.d/TIMESYNC
similarity index 100%
rename from scripts/rc/rc.d/TIMESYNC
rename to etc/rc/rc.d/TIMESYNC
diff --git a/scripts/rc/rc.d/ntpd b/etc/rc/rc.d/ntpd
similarity index 100%
rename from scripts/rc/rc.d/ntpd
rename to etc/rc/rc.d/ntpd
diff --git a/scripts/rc/rc.d/ntpwait b/etc/rc/rc.d/ntpwait
similarity index 100%
rename from scripts/rc/rc.d/ntpwait
rename to etc/rc/rc.d/ntpwait
diff --git a/scripts/rc1/postinstall b/etc/rc1/postinstall
similarity index 100%
rename from scripts/rc1/postinstall
rename to etc/rc1/postinstall
diff --git a/scripts/rc1/preinstall b/etc/rc1/preinstall
similarity index 100%
rename from scripts/rc1/preinstall
rename to etc/rc1/preinstall
diff --git a/scripts/rc1/preremove b/etc/rc1/preremove
similarity index 100%
rename from scripts/rc1/preremove
rename to etc/rc1/preremove
diff --git a/scripts/rc1/prototype b/etc/rc1/prototype
similarity index 100%
rename from scripts/rc1/prototype
rename to etc/rc1/prototype
diff --git a/scripts/rc1/xntp b/etc/rc1/xntp
similarity index 100%
rename from scripts/rc1/xntp
rename to etc/rc1/xntp
diff --git a/scripts/rc2/local.ntpd b/etc/rc2/local.ntpd
similarity index 100%
rename from scripts/rc2/local.ntpd
rename to etc/rc2/local.ntpd
diff --git a/scripts/README b/scripts/README
index 43e40be..12df1b3 100644
--- a/scripts/README
+++ b/scripts/README
@@ -17,8 +17,6 @@ ntpver::	Simple script using ntpq to print out the suite version.
 
 plot_summary::	Plot summaries generated by summary script.
 
-rc1, rc2::	start/stop scripts for NTP
-
 stats::		directory containing awk and shell scripts useful for
 		maintaining statistics summaries of clockstats, loopstats
 		and peerstats files



More information about the vc mailing list