]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P167 NTP_4_2_5P167
authorHarlan Stenn <stenn@ntp.org>
Sun, 26 Apr 2009 11:54:41 +0000 (07:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 26 Apr 2009 11:54:41 +0000 (07:54 -0400)
bk: 49f44b81v7JjItiflnw2qTdmhA4VGQ

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 f960b6c5c0315f916b628e8f7deda48b8d61cac7..f29d8999fb1d637a1e56e611b8f0607125891d7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p167) 2009/04/26 Released by Harlan Stenn <stenn@ntp.org>
 * Crypto cleanup from Dave Mills.
 (4.2.5p166) 2009/04/25 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1165] Clean up small memory leaks in the  config file parser
index 37fc035ae0f302bd4bd66b347141da50d8c29c62..49acac63ae2158db80324edfb6ea0ffa34788d67 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:53:38 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:52:27 AM EDT
  *  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.5p166\n\
+"sntp - standard SNTP program - Ver. 4.2.5p167\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6ffcf6cb90ce6f1dea6171c9c6d965447407c1d1..3fc97f7f9c5be3ac574ea24e2a6cae2cfa15a805 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:53:37 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:52:27 AM EDT
  *  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.5p166"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p166"
+#define SNTP_VERSION       "4.2.5p167"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p167"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d71350eb24180573225b2a07caaf25f978c1b52f..f231067b67d510a87c1177646e155995bccc12e6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 25, 2009 at 07:53:40 AM EDT
+# It has been AutoGen-ed  Sunday April 26, 2009 at 07:52:30 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 68993a534ef02e5942df94dff0a933348fbe6053..ea4fc6de27e4f849c1417b00e95f98aa4c4e5ab9 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-25 "( 4.2.5p166)" "Programmer's Manual"
+.TH SNTP 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 25, 2009 at 07:53:39 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:52:29 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 896d3a50418ad12751ed9103a4486950c63c9542..92e5a26147ca6376585362dbec3dd357797c32e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:40:10 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:38:53 AM EDT
  *  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.5p166\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p167\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 391e112ea91094d4b8f41633def46a59b1fe6011..424ce65daaf59ccd8d3267a07f6f096e7bf4c822 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:40:09 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:38:52 AM EDT
  *  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.5p166"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p166"
+#define NTPD_VERSION       "4.2.5p167"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p167"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5d9fae523955fa3c2e89faba1a41bc478f34a8b3..825f95da65360b498ad0db26d942f4fb8ac57454 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 25, 2009 at 07:40:12 AM EDT
+# It has been AutoGen-ed  Sunday April 26, 2009 at 07:38:55 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5ba190447c123d0323d87f233cdb14cb39e0d119..dda7bf274cba1fad0c0d698e562aaf568b415e02 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-04-25 "( 4.2.5p166)" "Programmer's Manual"
+.TH NTPD 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 25, 2009 at 07:40:11 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:38:54 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 27b4d35aa246da4f4aaf7d8007f062156ead5e43..638cc18a84357e71a4c2b5ebd28a41d7981aed91 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:47:00 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:45:51 AM EDT
  *  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.5p166\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p167\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6135ec2be7a17da4d14a21722728e33f93b2a40b..ddc587bab85111182f9248e4b8b0cba2750a2922 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:46:59 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:45:51 AM EDT
  *  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.5p166"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p166"
+#define NTPDC_VERSION       "4.2.5p167"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p167"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 268e9a4819afab4cd9db2ff8c0f7ece9642cbd07..29ad9b1028e839f6b77ea4de2e3e7d5ada88f83f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 25, 2009 at 07:47:01 AM EDT
+# It has been AutoGen-ed  Sunday April 26, 2009 at 07:45:53 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 740cdf6cb80d6cf3b2db2ca16a5a100603a906ec..c9206144aa6ca263ee0b21c34334c0932d6d12fa 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-04-25 "( 4.2.5p166)" "Programmer's Manual"
+.TH NTPDC 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 25, 2009 at 07:47:01 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:45:52 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 579e92ba3083e6e86323a75a97f37986409749e7..f4bf119ca6d8fd6e59549a5ff1f1a50b806398df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:47:30 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:46:21 AM EDT
  *  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.5p166\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p167\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ee543d0103bb1c4f893006e9217b0aec01ba4b3d..db7800358951425d97f11a71aa5b3061db2e014e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:47:29 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:46:20 AM EDT
  *  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.5p166"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p166"
+#define NTPQ_VERSION       "4.2.5p167"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p167"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7fc8599ac4b08e2914141b0fc4c63d1e9da843d6..c2be6cc7b73b24704b030b3dec1710c68b172217 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 25, 2009 at 07:47:32 AM EDT
+# It has been AutoGen-ed  Sunday April 26, 2009 at 07:46:23 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1e88d08e5ebb937fb641ffc47c7cd8c26e7f0ed1..b167f3a6e0cf53841aae070c8cfc386606176e25 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-04-25 "( 4.2.5p166)" "Programmer's Manual"
+.TH NTPQ 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 25, 2009 at 07:47:31 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:46:22 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f716762eb6f18c1da0d782997b41c44f5b420481..95ced11f64c040ec3eb7654af3a65fd8bfb2b1bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:48:15 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:47:04 AM EDT
  *  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.5p166\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p167\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f4a44f6f32f623c54b40b420122a53717743c9c5..522794d1bf2106b6bab3876262751bc255d527ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:48:15 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:47:04 AM EDT
  *  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.5p166"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p166"
+#define NTPSNMPD_VERSION       "4.2.5p167"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p167"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c8d6b638f211ef867e88c3c54a573b67763099aa..347a6f007997e132944a171f7a592f19b875d973 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 25, 2009 at 07:48:17 AM EDT
+# It has been AutoGen-ed  Sunday April 26, 2009 at 07:47:06 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f8abd4c6b0c74d1331a6942709344b8bfdeef67c..53c72914b75fa7a3dd5eed2b72fe6b5cb207d487 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-04-25 "( 4.2.5p166)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 25, 2009 at 07:48:16 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:47:05 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2d5eb875ce117e50913c303a1c4c5f06e8d93685..d3cf0389658e5dfafc3efb429de497ce0cc42215 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=166
+point=167
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 125496ae87c73dae523722d08890ac7d23eec1df..9af08806319cc6cf6da4cf05d4c00622c77c089a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:54:37 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:25 AM EDT
  *  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.5p166\n\
+"sntp - standard SNTP program - Ver. 4.2.5p167\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d0287383cb66e92345156039d9fdb9193d84c5bb..aa0fbad1680a902cd4e27827b8c7de2ac61ee0a2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:54:36 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:24 AM EDT
  *  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.5p166"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p166"
+#define SNTP_VERSION       "4.2.5p167"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p167"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1f14382bf13c6579439d507a7ab31b3f1fb358e3..3a03eaefccbbd8e0986bfb5857bd09c8aee84ab6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 25, 2009 at 07:54:39 AM EDT
+# It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:27 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d3292e6a2f5250a8ebf59d4b6d9515033757ded7..41015021971f5b449d76758ef078d24fd51345b1 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-25 "( 4.2.5p166)" "Programmer's Manual"
+.TH SNTP 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 25, 2009 at 07:54:38 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:26 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 228eddd03f9714ccd8542d7fa36240a3fa813a93..e28d03dcf5f93ffb4b3d44c6de3ab1c55a950551 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:54:46 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:34 AM EDT
  *  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.5p166\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p167\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 66036f876238a1f85601dc65a7b5a3026b5431da..827423b10bcbf8f296694db4d8028ffd1ce5290d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 25, 2009 at 07:54:45 AM EDT
+ *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:34 AM EDT
  *  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.5p166"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p166"
+#define NTP_KEYGEN_VERSION       "4.2.5p167"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p167"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8f41840e1f0052f1dd6fd530772bfccda33f13d9..4944aff414481bf4c0d74f1cd99e8181e5e62495 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 25, 2009 at 07:54:48 AM EDT
+# It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:37 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index da9c6a16c89d96f7cc35c834ace17c2c44e99230..a5f5641a8651086d03b6bb442131bf545b1af69b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-04-25 "(ntp 4.2.5p166)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-04-26 "(ntp 4.2.5p167)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 25, 2009 at 07:54:47 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:36 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"