]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P6 NTP_4_2_5P6
authorHarlan Stenn <stenn@ntp.org>
Mon, 5 Feb 2007 13:45:44 +0000 (08:45 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 5 Feb 2007 13:45:44 +0000 (08:45 -0500)
bk: 45c73508J5kazftkrcum04u50950jg

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 e53a0e95f69f2d7de52e80cd8b3eccb18b5f3ab2..4b14ade4be2166367d6b5f53f8439437580944ae 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:34:07 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:16 AM 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.5p5\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p6\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 557eccf22cbec8f6487cc66c7978b7c44833d29d..575423eff1e1d5e32f8456badb94a3918d74de19 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:34:06 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:16 AM 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.5p5"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p5"
+#define NTPD_VERSION       "4.2.5p6"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p6"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 277dc1c9443fcccd293fe8c4ebd27403b9069a06..ffb7427a5fab68cf2e4ff3496858aad8f6d55092 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday January 31, 2007 at 06:34:09 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 08:37:19 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 50776a4e62f4709bdc0710ee6c768778874700f0..d1a9e91d10e7cdb462e1a650639852c8c4ee320a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-01-31 "( 4.2.5p5)" "Programmer's Manual"
+.TH NTPD 1 2007-02-05 "( 4.2.5p6)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:34:08 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:18 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2193743aed00592eb006d65fc5354aedcbb387c1..ed81927012effda5ee43b110f1e7d32aa398bc66 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:34:12 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:21 AM 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.5p5\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p6\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1ce48650ccbbc43a1501e562d60ad69618feaaa4..5e276b41deddd7e86ca6814eb2032dab7745a45c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:34:11 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:20 AM 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.5p5"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p5"
+#define NTPDSIM_VERSION       "4.2.5p6"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p6"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 22d9e94b198ee39ed4b1823e926ed36c7b0129d6..2022b5efe1e04d3ac40b53311d96b35cd9705e3f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday January 31, 2007 at 06:34:14 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 08:37:24 AM EST
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 33541ef9178768dad014f63783257344830364aa..4245fa28f67763ae07d2d2dd940a01416cace181 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-01-31 "( 4.2.5p5)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-02-05 "( 4.2.5p6)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:34:13 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:23 AM EST
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0d9e3a1a504c1ea393b545ca2f0745ff657cd494..70ad3be411f4d1748d552763a99197bc3a7c2739 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:40:23 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:43:36 AM 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.5p5\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p6\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d322239f3ec7ab1f1bcc9968a6a289cf6fc88844..a47f3b14c2310794aea0d236e68d8144d109e97b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:40:22 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:43:36 AM 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.5p5"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p5"
+#define NTPDC_VERSION       "4.2.5p6"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p6"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 83909ebe78c80371efbb8d8b96bed769a35a13ce..2bf593916ace355e2bcf9e24aa5628e6ba287cb0 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday January 31, 2007 at 06:40:25 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 08:43:38 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2e37052e2c8f97918756ba95e870e4efe40d8428..5785ab58ad70016d731e57007c59d5b9b39c1a08 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-01-31 "( 4.2.5p5)" "Programmer's Manual"
+.TH NTPDC 1 2007-02-05 "( 4.2.5p6)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:40:24 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:43:37 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 965ee8042d2258ac1a9d97ffb49792e38878bcf0..613c379fd76547d23fc3270290523f3295a88bd1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:40:54 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:07 AM 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.5p5\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p6\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8800ef2b7abf7e4296e4dc5130569d5e9fd0b1ff..83931a6dba5b37ea1f9f2466daf82bc6a2a626ba 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:40:53 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:07 AM 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.5p5"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p5"
+#define NTPQ_VERSION       "4.2.5p6"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p6"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b97a0ff664765f5a1abf19a434c41559a6cbe0e4..ad30173bce5359c6ab974f39381c87f78f8727b3 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday January 31, 2007 at 06:40:56 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 08:44:10 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 075c485687eda3f2c7e91813bb04d61da8fc136a..1f24717675eab002f65e6f548d0652bff945f08b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-01-31 "( 4.2.5p5)" "Programmer's Manual"
+.TH NTPQ 1 2007-02-05 "( 4.2.5p6)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:40:55 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:09 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 04c7804e4f2b5d7402410f4ac8181d3e774d607d..ac398fe4115da6ab32db40077b30d3752ee55032 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=5
+point=6
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 78447a2b01315cbc852f4447311c9ea83c308783..3ebfcbeccc0248d31a70269c890520f521e2fa16 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:41:23 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:38 AM 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.5p5\n\
+"sntp - standard SNTP program - Ver. 4.2.5p6\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index db719db5f917d320cb2d15d0e2b747e1ad9974e3..4f16676558a1634f7e2f3c91fc35f5be2a9b0140 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:41:22 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:37 AM 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.5p5"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p5"
+#define SNTP_VERSION       "4.2.5p6"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p6"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f70c4e33d593508fbfd8f4c8c6003956b71e924d..77f2411c6e357ef23c03fe0397e09e27eaeef0b4 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday January 31, 2007 at 06:41:25 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 08:44:40 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1127eb84eea4c6adf6b6c91d2c974e623984211f..71d46e8843b171fefa28b51008296a2113979c0f 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:41:32 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:48 AM 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.5p5\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p6\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 195cd67c8e7dc16b0b0221307002a88dcf306669..191c3220aa02d05eb78aab2cfb3a950aa4a2a427 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:41:31 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:47 AM 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.5p5"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p5"
+#define NTP_KEYGEN_VERSION       "4.2.5p6"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p6"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5f6d4a42e2379fe2988db0499e01f9b888008ff3..f26342a61f2705b41b5356291858f441c2cccf5f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday January 31, 2007 at 06:41:34 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 08:44:50 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0fde7dc46f878e2f9afc9b6ebfe0341a6cd14030..b85173163090130eed2c1b888969a8942657eaae 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-01-31 "(ntp 4.2.5p5)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-02-05 "(ntp 4.2.5p6)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday January 31, 2007 at 06:41:33 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:49 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"