]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_3P37 NTP_4_2_3P37
authorHarlan Stenn <stenn@ntp.org>
Tue, 29 Aug 2006 01:48:10 +0000 (21:48 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 29 Aug 2006 01:48:10 +0000 (21:48 -0400)
bk: 44f39cda6-DkIXeN23qFGrbGYgb_Ng

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index d8da15ac19bb11478c39af4d336d782410274449..ba989bbe9c1d998ecd209510cfcaf53361b62f75 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:04:21 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:24:53 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  */
@@ -864,7 +864,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p36\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e9bd653724fc826ae7d27adf0a95687bf3241f37..23a9c2a9b8c41ade3314d58c99b70473ff5f9e76 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:04:14 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:24:52 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  */
@@ -88,8 +88,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.3p36"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p36"
+#define NTPD_VERSION       "4.2.3p37"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 897c84b41e32a118e6fa99ce23afb92333903877..43e4fbdbda73d3c9ddcbdf1c0465da25bcfc32c2 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday August 26, 2006 at 07:04:23 AM EDT
+# It has been AutoGen-ed  Monday August 28, 2006 at 07:24:56 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8a5900f234afab3ea7b44532a7e67e09c883dd45..8f73dd1df52447b60127f7d14aa2801f0dce5737 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-08-26 "( 4.2.3p36)" "Programmer's Manual"
+.TH NTPD 1 2006-08-28 "( 4.2.3p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday August 26, 2006 at 07:04:22 AM EDT
+.\"  It has been AutoGen-ed  Monday August 28, 2006 at 07:24:54 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d37a227646f1c969c9bbc801884ccf0bad25912a..8ea60d474eb4052c9ec14042caac93cb60043c3c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:04:26 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:24:58 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  */
@@ -1062,7 +1062,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p36\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 569aabaf3dce7d6aee7f16dd5a04775dede6fdb5..c57a45278268ebc6772f13ec6e6aeab2c0d96cfc 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:04:25 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:24:57 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  */
@@ -97,8 +97,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.3p36"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p36"
+#define NTPDSIM_VERSION       "4.2.3p37"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index a39f524601a839316cac4fe0362d37b1911bd852..238f262e50612e28dd71aa26fefe448f9355f092 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday August 26, 2006 at 07:04:28 AM EDT
+# It has been AutoGen-ed  Monday August 28, 2006 at 07:25:01 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4dae2473f344eadc066202871e3e0b83a6c3742e..f55ca4ef363ba2a5bbeed52e4461034b2fcc0fd8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-08-26 "( 4.2.3p36)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-08-28 "( 4.2.3p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday August 26, 2006 at 07:04:27 AM EDT
+.\"  It has been AutoGen-ed  Monday August 28, 2006 at 07:24:59 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 95bb8d986f8d24bac3262edc9bfff7ca266bdec9..fc88f84b3d1b27cbb187bd38e814dada2b09f673 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:10:55 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:31:27 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  */
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p36\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 595623643e9c15e5f3a7aff4f5f162e2d568a7ba..9e56ac4374075f2d5363be3dfcaac0f6ecd50baa 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:10:54 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:31:27 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  */
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.3p36"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p36"
+#define NTPDC_VERSION       "4.2.3p37"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index ac55f6ade375277940f541bde70b66fb2bb3848d..0ffc9da8779ed0c1603f64f7c75b63df6b06292c 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday August 26, 2006 at 07:10:57 AM EDT
+# It has been AutoGen-ed  Monday August 28, 2006 at 07:31:30 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 453b18b0ec9dff7c44b820aa7ec79935e44ea488..6f109829a6bc1a2061ec56cbb58156658de38641 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-08-26 "( 4.2.3p36)" "Programmer's Manual"
+.TH NTPDC 1 2006-08-28 "( 4.2.3p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday August 26, 2006 at 07:10:56 AM EDT
+.\"  It has been AutoGen-ed  Monday August 28, 2006 at 07:31:29 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 38074457a1d8558bf62c0f806c2f2ba5b99f1554..3a0883ce805c634f0db98faad510499fc0a02f36 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:11:25 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:31:58 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  */
@@ -399,7 +399,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p36\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2aec2a24d4f1a11c37f0954bc421d0dee1ee8a7b..5878b91348552949b81e42201f27e5fb1d3cc451 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:11:24 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:31:58 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  */
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.3p36"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p36"
+#define NTPQ_VERSION       "4.2.3p37"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index bc8c124df5ee63451893f63ee266f24f839243cf..7ea4fac5da868003d1d3a37ea2c56419a55a2a0e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday August 26, 2006 at 07:11:27 AM EDT
+# It has been AutoGen-ed  Monday August 28, 2006 at 07:32:01 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 73b56260571f8e7f99baf0740ef43dddb6b366f3..0eb7dfa3e1363b359a6754e503a879c6f318860a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-08-26 "( 4.2.3p36)" "Programmer's Manual"
+.TH NTPQ 1 2006-08-28 "( 4.2.3p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday August 26, 2006 at 07:11:26 AM EDT
+.\"  It has been AutoGen-ed  Monday August 28, 2006 at 07:32:00 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ef5bac313b541c4afe7741586a19fce4222ae5d9..957f67974667ed0c5a9e983a7a9405c4ab8f707d 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=36
+point=37
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 7e8a0c5d41ea6e5c1a661a51c5cd855210a7fdb0..70c4184bd61dfe681fc4c9d3fa01d321ba1a9b4e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:11:54 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:32:28 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  */
@@ -481,7 +481,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p36\n\
+"sntp - standard SNTP program - Ver. 4.2.3p37\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 35ed50c8c56eca6fac5b01236f0933d2c25501e3..fdfb7c867e5560780c2ebc3280bd2a77956877b7 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:11:53 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:32:27 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  */
@@ -145,8 +145,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    12
-#define SNTP_VERSION       "4.2.3p36"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p36"
+#define SNTP_VERSION       "4.2.3p37"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 2ebd7da80e4587b31d8e6323e227dffc53f6cf8d..543a83d0e5c5b35fcb8ed0bca5d207926919b57e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday August 26, 2006 at 02:49:15 PM EDT
+# It has been AutoGen-ed  Monday August 28, 2006 at 09:45:34 PM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f673fe3791822e2f50da47ee755c2091e4bf3d5a..4c60b9bc8bffcc002e7a89d09a4718c112b3434b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:12:02 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:32:38 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  */
@@ -789,7 +789,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p36\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 499090f610c710951cd550d7a51331b5e80b6f77..96f975653415c9e8c21a5f57cdce5d690ebe32ea 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday August 26, 2006 at 07:12:01 AM EDT
+ *  It has been AutoGen-ed  Monday August 28, 2006 at 07:32:37 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  */
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.3p36"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p36"
+#define NTP_KEYGEN_VERSION       "4.2.3p37"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index e2b7f28fe35cebd75373f48815c898fde7546a9f..03c2d6e13718fb43244f41c3ccddef57fc931f00 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday August 26, 2006 at 07:12:04 AM EDT
+# It has been AutoGen-ed  Monday August 28, 2006 at 07:32:39 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0bea8794104894f9f03464d7de721f4b26042fc7..b24db35c62ecc038299089c30a0b6979e88f4936 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-08-26 "(ntp 4.2.3p36)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-08-28 "(ntp 4.2.3p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday August 26, 2006 at 07:12:04 AM EDT
+.\"  It has been AutoGen-ed  Monday August 28, 2006 at 07:32:39 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"