]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5 NTP_4_2_5
authorHarlan Stenn <stenn@ntp.org>
Fri, 29 Dec 2006 02:29:25 +0000 (21:29 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 29 Dec 2006 02:29:25 +0000 (21:29 -0500)
bk: 45947d85bcmIub7KPIG8celNsrmTdQ

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 92efc3a0eaea64bf744152fa03facfaac91482a8..011e235e3d773933320f88c996876200948add81 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:33:13 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:18:07 PM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -866,7 +866,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p70-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8986473223d55d4bade5d35a95d8cf799b34792d..46e2f36516e085b4cdab96c45b5ea1134410cc17 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:33:12 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:18:06 PM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.3p70-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p70-RC"
+#define NTPD_VERSION       "4.2.5"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3445d054a0fa4f8a9af128174ccecfa748a4c109..c8ed780f52acd85c28687db2e5823a1bd351f2a1 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday November 25, 2006 at 06:33:15 AM EST
+# It has been AutoGen-ed  Thursday December 28, 2006 at 09:18:09 PM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6bc912e82eeb17388bdb486b5f5b289d28c9ec78..6bed7a4e9964df2fa5f2fed0f22f4fbfda80d457 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-11-25 "( 4.2.3p70-RC)" "Programmer's Manual"
+.TH NTPD 1 2006-12-28 "( 4.2.5)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday November 25, 2006 at 06:33:14 AM EST
+.\"  It has been AutoGen-ed  Thursday December 28, 2006 at 09:18:08 PM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 507c1b6168480de847c22ba5dddaad9b7e6685bd..29d3f8059b1fba4d3783c08a0c0a8ecd8fe5d84d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:33:17 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:18:12 PM EST
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -1064,7 +1064,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p70-RC\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1264e4774bdae5c0be74603301970f476847ea67..9cf545f3997e6b421d87ca0b191dd57aae34f6c1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:33:16 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:18:11 PM EST
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -99,8 +99,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.3p70-RC"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p70-RC"
+#define NTPDSIM_VERSION       "4.2.5"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b937a1de3a87e60827cf8b26c4e53d1dab30dab8..daeb57a61c6142cc92da3d071c6c8997dc9aec87 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday November 25, 2006 at 06:33:20 AM EST
+# It has been AutoGen-ed  Thursday December 28, 2006 at 09:18:14 PM EST
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 864eaf22c137ddd21390a79702ccefc252e39218..74ac60fea111861a871010f2933c13bacf4f2f3e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-11-25 "( 4.2.3p70-RC)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-12-28 "( 4.2.5)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday November 25, 2006 at 06:33:19 AM EST
+.\"  It has been AutoGen-ed  Thursday December 28, 2006 at 09:18:13 PM EST
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e030e3d2bf7222e48090a6494c0d2e6c128dba27..5def43bffece2f0d1d58007778b27619fffcf15a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:39:36 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:24:33 PM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -454,7 +454,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p70-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 33570d4eead370f8da8882af3e319c350cd44938..e94da7accbff50c1f0a5ab3dbb88d5d91063e7e8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:39:35 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:24:32 PM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.3p70-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p70-RC"
+#define NTPDC_VERSION       "4.2.5"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f7a62164c588e97b645efc370893a23fcfe506f5..64f42abdf63f68711ae523b71bc78c33b138d464 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday November 25, 2006 at 06:39:38 AM EST
+# It has been AutoGen-ed  Thursday December 28, 2006 at 09:24:35 PM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b498f0da2041ede7a18743371fe0e75fb59b7352..8dce6123b63da73533d0f7e1bd17401ed0df533d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-11-25 "( 4.2.3p70-RC)" "Programmer's Manual"
+.TH NTPDC 1 2006-12-28 "( 4.2.5)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday November 25, 2006 at 06:39:37 AM EST
+.\"  It has been AutoGen-ed  Thursday December 28, 2006 at 09:24:34 PM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cac677291e0ff42aeca6c3fbcaa61955781591e4..46b02c9f8123be6ff4dabac58175ecd52e1019a9 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:05 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:05 PM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -402,7 +402,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p70-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5112204790e4d749d68f6fab3274e2b2999606a3..90032018e32474876425cb1538f755c0b1ac1e68 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:05 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:04 PM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.3p70-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p70-RC"
+#define NTPQ_VERSION       "4.2.5"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index df7e8a4a2f9fe33f3cffb50bf55bb1ad950392cc..2e3176c23dbbac9509abd37be467d0c262cf8e72 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:08 AM EST
+# It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:07 PM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 78ead8ca7c16b62cc37d18d34a1b91f1533d2017..d4489f3014a54ec0cb2eb6fef34ba7c5749843a5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-11-25 "( 4.2.3p70-RC)" "Programmer's Manual"
+.TH NTPQ 1 2006-12-28 "( 4.2.5)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:06 AM EST
+.\"  It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:06 PM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 15503d1c3bca811d194b9b271e9457284a22d1ae..63fae349e3edc7dec302344af0d65bd25ace4d5f 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=NEW
+point=
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 713c60d88797938fb5c4f67f90736d9a650dfdf8..ec90b88cf9d815b96cb34742360ca3a5ca540f3e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:35 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:34 PM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -505,7 +505,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p70-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.5\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 458d627217ad3ab1eba7c20491916a45701fc8c6..d15d341f8fefbf61ec46877da4081e78d4592765 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:34 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:33 PM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -148,8 +148,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.3p70-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p70-RC"
+#define SNTP_VERSION       "4.2.5"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 488b7fe64789655385412e05cb10bb9722f7d3cb..0f86e458a6580a7ad2efb5eae010f2f6f2f2319f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:38 AM EST
+# It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:36 PM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dcd5d4bb8a17462d91b64a0675d6eba6f5316234..7204a851c8d88a7722c4f227708e0084a5008de8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:56 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:43 PM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -791,7 +791,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p70-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ac96562843e07c36262e293570036f235c80c9d8..68cdb154d7820ad2e04c1021734fb6024cbcf11b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:55 AM EST
+ *  It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:42 PM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.3p70-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p70-RC"
+#define NTP_KEYGEN_VERSION       "4.2.5"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 650d774d8f2acd8d33dfaccf0941a0f505f550bf..6c063385f502f226b2f19500b487bd4b1765017f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:57 AM EST
+# It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:45 PM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 60716cf73e23ee544b49b0c9c09506e34baecc16..beba299b0f2d7fc0f8351058aeaf32fe8cac0514 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-11-25 "(ntp 4.2.3p70-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-12-28 "(ntp 4.2.5)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday November 25, 2006 at 06:40:56 AM EST
+.\"  It has been AutoGen-ed  Thursday December 28, 2006 at 09:25:44 PM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"