]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_3P41 NTP_4_2_3P41
authorHarlan Stenn <stenn@ntp.org>
Sat, 9 Sep 2006 09:19:19 +0000 (05:19 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 9 Sep 2006 09:19:19 +0000 (05:19 -0400)
bk: 45028717uPiPxcoZlNz4inNGsK1LMA

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 70a18d92a659bf70ceca6f0fc2f0c09d8472c97d..e80c7dfa88985ff52c67a1830a55651871540e6b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:31:51 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:11:04 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.3p39\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d9f20bbac4b7be761257228f923f5ab319aefec9..88068f2ca204442a18c3a683b50e36336a9913a0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:31:51 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:11:03 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.3p39"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p39"
+#define NTPD_VERSION       "4.2.3p41"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p41"
 
 /*
  *  Make sure there are no #define name conflicts with the option names
index 089c8326c4f79d873bf731ee0e3e4099b3f88a03..c58f94828ec7844fde70aa644873004c210319a2 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday September  7, 2006 at 09:31:54 PM EDT
+# It has been AutoGen-ed  Saturday September  9, 2006 at 05:11:07 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6527a19e33f7422f235d89bbd152392548720cb9..668e84aba4cbb6c5b7444de405546efe2d4da233 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-09-07 "( 4.2.3p39)" "Programmer's Manual"
+.TH NTPD 1 2006-09-09 "( 4.2.3p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday September  7, 2006 at 09:31:53 PM EDT
+.\"  It has been AutoGen-ed  Saturday September  9, 2006 at 05:11:06 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 31b10cff3d56fa767ab5bab67c6076553273202a..19fe05c6015776d69be9205bb747b7f94fe7d897 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:31:56 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:11:09 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.3p39\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5bcbc9c5499acde90124d5d38706aef0874c0372..be2ff2faf485f04895240cc80805abd9d35f830d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:31:55 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:11:08 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.3p39"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p39"
+#define NTPDSIM_VERSION       "4.2.3p41"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p41"
 
 /*
  *  Make sure there are no #define name conflicts with the option names
index a0a0960fdbba8417b7ba48de2e04329b845690e1..c70ada80fc9bfb447e600fd29800c8a69a7fa8fe 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday September  7, 2006 at 09:31:59 PM EDT
+# It has been AutoGen-ed  Saturday September  9, 2006 at 05:11:12 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dfbac9dc28ccc0dc9c3ffb1856823fa50de5b296..8a80bc74a7a73d9515d066d7096ea31e18c795e7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-09-07 "( 4.2.3p39)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-09-09 "( 4.2.3p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday September  7, 2006 at 09:31:58 PM EDT
+.\"  It has been AutoGen-ed  Saturday September  9, 2006 at 05:11:10 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5e98bca4768c4f00623e745d36cab2ffcaa378e0..e7cff9ce4119eebcc402bbbf9ae9aa2ad60df1ee 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:14 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:17:22 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.3p39\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 41fa896156fa382ee3a400904a69016fff68a67b..bcf06395710d4a911b6f538765eb614946597ec1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:14 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:17:21 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.3p39"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p39"
+#define NTPDC_VERSION       "4.2.3p41"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p41"
 
 /*
  *  Make sure there are no #define name conflicts with the option names
index 3295c0b997e8d97071a63961fac95eb9c9707181..5193c8699751e9f52143feffa7e16f5049ff10b0 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:16 PM EDT
+# It has been AutoGen-ed  Saturday September  9, 2006 at 05:17:24 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7653d2759b021e34d01d4493060c7db79ea835c3..4140b9284f5edca291c35c263417974c3a44ad6d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-09-07 "( 4.2.3p39)" "Programmer's Manual"
+.TH NTPDC 1 2006-09-09 "( 4.2.3p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:16 PM EDT
+.\"  It has been AutoGen-ed  Saturday September  9, 2006 at 05:17:23 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0d9edecafb84ce4d2c5e2dd35168c634dcedb909..13c70877ba79fee054b06fc2cf4cbef6e15fa8df 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:33 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:17:52 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.3p39\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e93f90b4dc45a44a1f8522be6b65fe9bc3905219..3aebcf6eaab2c8483ee1ffad717a7ecc61a38110 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:33 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:17:52 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.3p39"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p39"
+#define NTPQ_VERSION       "4.2.3p41"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p41"
 
 /*
  *  Make sure there are no #define name conflicts with the option names
index d9bf96824ab2785e55341f095e9c773b6538422c..d978f953e72f197da20c12916165d5041dcea05a 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:35 PM EDT
+# It has been AutoGen-ed  Saturday September  9, 2006 at 05:17:54 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f8a9fa28fee52e79b3b4892fdcd89e78f3c9233f..bd8b3a2b40248534382ea4d97d07179729c2969d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-09-07 "( 4.2.3p39)" "Programmer's Manual"
+.TH NTPQ 1 2006-09-09 "( 4.2.3p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:34 PM EDT
+.\"  It has been AutoGen-ed  Saturday September  9, 2006 at 05:17:53 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1a290579da332730297b22c59810ef8e4d9d1778..8e83cf7f0a0c9e639a6e7514a26e96b4a8d13391 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=39
+point=41
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 318e7df262c1411f15b0e9b248c8a56742549e73..c698faa55d1ca56008ba99a169810bdbfab4d18f 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:20:54 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:18:21 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.3p39\n\
+"sntp - standard SNTP program - Ver. 4.2.3p41\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 00d6677dc13bba46c9812084946e5d90c9ccbcce..9d6931e392a8dbe811741741d78e78fc7bdf9c79 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:20:53 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:18:21 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.3p39"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p39"
+#define SNTP_VERSION       "4.2.3p41"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p41"
 
 /*
  *  Make sure there are no #define name conflicts with the option names
index 692915eaea415932aaf3caeed45722c2fc6739ea..69a950488e03a7e1ddbd8e108c1642760606f874 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday September  7, 2006 at 09:20:57 PM EDT
+# It has been AutoGen-ed  Saturday September  9, 2006 at 05:18:24 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3728ef60ca1a45f1d948cc31533ae46a6c7bb01e..92107025c697c3b3d23f85dd8a0ae7985dfe6e64 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:56 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:18:31 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.3p39\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 936d48e7cb0bec6077ff92fb0633484ded8f230d..abb3009e9ba8ad3413a7e8ad030b9962a476aa54 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:55 PM EDT
+ *  It has been AutoGen-ed  Saturday September  9, 2006 at 05:18:30 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.3p39"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p39"
+#define NTP_KEYGEN_VERSION       "4.2.3p41"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p41"
 
 /*
  *  Make sure there are no #define name conflicts with the option names
index eb3117c04b010baffc7f245769b7285ebfa9c948..14636e9b66cdce098e8a639241378fe593134532 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:58 PM EDT
+# It has been AutoGen-ed  Saturday September  9, 2006 at 05:18:33 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 27f54091d97dc26e295ecf529c8e79c07df8105b..1919310eea1aa1284deb58386d18cdefd30abd95 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-09-07 "(ntp 4.2.3p39)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-09-09 "(ntp 4.2.3p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday September  7, 2006 at 09:33:57 PM EDT
+.\"  It has been AutoGen-ed  Saturday September  9, 2006 at 05:18:32 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"