]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P151 NTP_4_2_5P151
authorHarlan Stenn <stenn@ntp.org>
Tue, 23 Dec 2008 11:53:33 +0000 (06:53 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 23 Dec 2008 11:53:33 +0000 (06:53 -0500)
bk: 4950d13dM6rSMXP1MvZRziHDW5UKzw

30 files changed:
ChangeLog
gsoc_sntp/sntp-opts.c
gsoc_sntp/sntp-opts.h
gsoc_sntp/sntp-opts.texi
gsoc_sntp/sntp.1
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.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
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 561cc7c71302422e733fa1c84ad1f64f701f1d79..485abe90980ac39360abae61e3ddfded9b3b2334 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p151) 2008/12/23 Released by Harlan Stenn <stenn@ntp.org>
 * Stats file logging cleanup from Dave Mills.
 (4.2.5p150) 2008/12/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1099] Fixed wrong behaviour in sntp's crypto.c.
index 8694aea30a785a1487572cd515578caddbe5f92f..6fd2ee7a764dfaa5c7987132384d2d4e881ca05e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:52:28 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:51:25 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p150\n\
+"sntp - standard SNTP program - Ver. 4.2.5p151\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b5aea4a4f8e421dc04b1699c845894145f75b68f..06b22103b361c5333768b215b932df2baabb07af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:52:27 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:51:24 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -72,8 +72,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.5p150"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p150"
+#define SNTP_VERSION       "4.2.5p151"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p151"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b74858efaca7eff347ec5c0bf0077d29d2bf2d0d..4a4416eddec86fab1b315620c4ca4aa2e36cfb95 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday December 15, 2008 at 06:52:30 AM EST
+# It has been AutoGen-ed  Tuesday December 23, 2008 at 06:51:27 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c5bfd75774131952cb6b5aed0555894b7eb0d150..86af1015d8b9c5dd7a2f1f7d55716cbd418de33b 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
+.TH SNTP 1 2008-12-23 "( 4.2.5p151)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:52:29 AM EST
+.\"  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:51:26 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 31280bdc31519ff63b0e589840b4ceca8a1964b8..b06f673d1317d397dad62d952a22ffa6974bc5b8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:38:52 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:37:55 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p150\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p151\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 9822e1283fec59cf6f6aa6c813b191b34f5c6e46..893684b2f19f83297a81322c995733c036b86f0b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:38:51 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:37:54 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p150"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p150"
+#define NTPD_VERSION       "4.2.5p151"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p151"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f32e0592f7b73a75d5cb8ca78705af4c29f41ec7..b6e8f8a7bc2d25237a9dfd509a7549fb8c9f2d2b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday December 15, 2008 at 06:38:55 AM EST
+# It has been AutoGen-ed  Tuesday December 23, 2008 at 06:37:58 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 52a3c5c4f44b5e20f4856e08c7114b7bbb6b2654..4d6e79cab27215b11ece992c8606d349a8eaab55 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
+.TH NTPD 1 2008-12-23 "( 4.2.5p151)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:38:54 AM EST
+.\"  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:37:57 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 207e21abcfaee840407e011d2bbcfefc4d1dbe10..eaf135b439c6098a7cced99fc1148e65a8559215 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:45:40 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:44:53 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p150\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p151\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1a177805a50ad3b15037b126b92aba4fd9efbdfb..47b468ead7afda5c7dbcc39c0c516af8ffbea5fe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:45:39 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:44:52 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p150"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p150"
+#define NTPDC_VERSION       "4.2.5p151"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p151"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 520d254fad8750338bb651c263408a4098985d31..bfb2cbd54529fc6a900e38f6eac623cfde263cde 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday December 15, 2008 at 06:45:41 AM EST
+# It has been AutoGen-ed  Tuesday December 23, 2008 at 06:44:54 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2895e8981df3fa966c3fb1078588cc6f2e6fb7f8..59149f3a8672a06dea1771f266ccfd3b840af393 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
+.TH NTPDC 1 2008-12-23 "( 4.2.5p151)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:45:41 AM EST
+.\"  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:44:54 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ac56c2c6fe8a33f1046be2eccbefd32cb36d86f8..80819cde13ed8d4c2cc16a6cb5c75019a6b5940c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:10 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:45:23 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p150\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p151\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a2b5a61f5f42a5c8f255bc797222788cf0fc6c6f..12e26f864e057cfa10902040b4d1170cbf750531 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:10 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:45:23 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p150"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p150"
+#define NTPQ_VERSION       "4.2.5p151"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p151"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9e7d21097ce0a743ff7cfbb1114be4b11b15d3a8..4b7f43d69044de1829d97a4d36a7521df8c5bac3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday December 15, 2008 at 06:46:12 AM EST
+# It has been AutoGen-ed  Tuesday December 23, 2008 at 06:45:26 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5638801de4ef3b046aa829b5271ddbbb272e20ae..6758c64ea85fa1ea23f8c3e2181e5a826ac18b12 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
+.TH NTPQ 1 2008-12-23 "( 4.2.5p151)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:11 AM EST
+.\"  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:45:25 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 733bd0720df190bc395ce3b36418f8b5feb78de2..573155d1b7cf6e04bee377a80fd2aeea90281fed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:55 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:46:08 AM EST
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p150\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p151\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c20a82dedce9ad407673808b992a1773cf2bdc71..3bc8334854ab625c6b4100d56634a3c4ec7621c2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:54 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:46:08 AM EST
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    7
-#define NTPSNMPD_VERSION       "4.2.5p150"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p150"
+#define NTPSNMPD_VERSION       "4.2.5p151"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p151"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5218ebeaa31fbf203d7b1116ac3c0b226c8d5e23..47ac30b1dd40778401af79c146c141e862ee71b2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday December 15, 2008 at 06:46:56 AM EST
+# It has been AutoGen-ed  Tuesday December 23, 2008 at 06:46:10 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3a59a17d024a03b66fc3347b0d39113fdb94cf7c..2281c4a0d1b9e241a8b1cf46043cc6e853b03acd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-12-23 "( 4.2.5p151)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:56 AM EST
+.\"  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:46:10 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0f58f3538bf0086a908d9afaa3eb1beccc70a1b1..15ddce2b9fa1090a30e30becb255249d5a08111a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=150
+point=151
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 1a5426baa272f9ad0a2c90fc8375157c76c03bd8..450b99c85ba337b6a41c6ffacb33f14afe48dce5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:25 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:52:20 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p150\n\
+"sntp - standard SNTP program - Ver. 4.2.5p151\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4452b4498a5537b04616ed4c565da1756df12791..18fd73642620d13e8435e8a7941c5f130d6a1ffa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:24 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:52:20 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p150"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p150"
+#define SNTP_VERSION       "4.2.5p151"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p151"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6bf5b59c8034c73b16aba1563f7f0db79fb635b3..534cc5a65273fe0e1022b9f29278fa426053c01b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday December 15, 2008 at 06:53:27 AM EST
+# It has been AutoGen-ed  Tuesday December 23, 2008 at 06:52:22 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0796692efbeb7acc144ff631f46742745ea152f0..4728216144be70c7ba6156b18cc3a49b3b2a9329 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
+.TH SNTP 1 2008-12-23 "( 4.2.5p151)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:26 AM EST
+.\"  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:52:22 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index aec9fe028852d1094524d8d1eb8dd0f131912b75..b6525a50452c27d844f7a5cefb4003b37cc980c2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:35 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:52:30 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p150\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p151\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 97224f576458f0616c2175edf0d443eaac046fcd..6156bdede5c2744a72afe8e91b6ceca756efd302 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:34 AM EST
+ *  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:52:29 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p150"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p150"
+#define NTP_KEYGEN_VERSION       "4.2.5p151"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p151"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fc1e39285233c25c30a91c80781931c7f8f0d6ce..307c9c68e5edbe8d1cac55ecc8a1e9abb1d2da2d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday December 15, 2008 at 06:53:37 AM EST
+# It has been AutoGen-ed  Tuesday December 23, 2008 at 06:52:32 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d1973b89f28cbc18ab8a71a1dae6551f536ab3ec..a7613cf8a5792ad0e8a3420d233983a835dccfc1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-12-15 "(ntp 4.2.5p150)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-12-23 "(ntp 4.2.5p151)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:36 AM EST
+.\"  It has been AutoGen-ed  Tuesday December 23, 2008 at 06:52:31 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"