]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P158 NTP_4_2_5P158
authorHarlan Stenn <stenn@ntp.org>
Fri, 30 Jan 2009 11:54:34 +0000 (06:54 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 30 Jan 2009 11:54:34 +0000 (06:54 -0500)
bk: 4982ea7aRx7ZAkZ3kj47Ag5AecpvBw

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 4a2e266df852309d6c1bbc46115758ffb914b27e..93525d740faa682364435924b1833688a881c7b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p158) 2009/01/30 Released by Harlan Stenn <stenn@ntp.org>
 * Fix [CID 72], a typo introduced at the latest fix to prettydate.c.
 (4.2.5p157) 2009/01/26 Released by Harlan Stenn <stenn@ntp.org>
 * Cleanup/fixes for ntp_proto.c and ntp_crypto.c from Dave Mills.
index 039cf0dd253bab61fe4c8ef8d28d163fa23dcb44..1fbb9b908a3be4552a63ecc4139212da223c9ebf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:53:14 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:52:28 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.5p157\n\
+"sntp - standard SNTP program - Ver. 4.2.5p158\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ece7e8390e983415d3d6433b8b3d2c90d0e8d4e1..f39654cb69c6dd34f37333bdebcc757878c29a76 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:53:13 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:52:27 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.5p157"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p157"
+#define SNTP_VERSION       "4.2.5p158"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p158"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d9c8cb6ea02814fed3dd5279c165cf7dd394627c..50816491985ff9117be58a5e201197734ed64437 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 26, 2009 at 06:53:16 AM EST
+# It has been AutoGen-ed  Friday January 30, 2009 at 06:52:30 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 80b7e90d5bfca46ac47104bb12b5b3d67c5f621d..65b9733b55157938f1348ac54cacbd1a11221002 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
+.TH SNTP 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:53:15 AM EST
+.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:52:29 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bb2aeac9a09e58d561c5de91b1f648c8b277d204..1958d7abb3e0a9cb45eeaf0ac22a39c1ad060291 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:39:26 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:38:45 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.5p157\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p158\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 601b874975385d7587c4b32adcdce74b813d4406..638a4b1c246fcdbe3281e0c5169b9da3acd977a3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:39:25 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:38:44 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.5p157"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p157"
+#define NTPD_VERSION       "4.2.5p158"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p158"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 27cb6c92b76ce203a5cb9cbe26a295cd22242bb3..05fe1a99d4aa9f4f58652409c0e3db95c25e4032 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 26, 2009 at 06:39:28 AM EST
+# It has been AutoGen-ed  Friday January 30, 2009 at 06:38:47 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e5cfb5b52f4244941290e51f36e5589a63cdc34a..3b8634d8f537ab10353a63a824af989cd0ab9819 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
+.TH NTPD 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:39:27 AM EST
+.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:38:46 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 78ac4e4b97759594996bcb7aed737a04ed823149..4c53d83b96e1e04bc5447aeee837414bbce3315d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:26 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:45:54 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.5p157\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p158\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d97be04e32ed1f4232c759047203968fd4050013..470ca2d4597630027692c46cde43ce6f195a4d45 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:25 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:45:53 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.5p157"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p157"
+#define NTPDC_VERSION       "4.2.5p158"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p158"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6f2e8a5c03aad11de64811a0a1d64442aa5c5c77..f161e006ecc19df0b2a8bd1157173acb9758601b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 26, 2009 at 06:46:27 AM EST
+# It has been AutoGen-ed  Friday January 30, 2009 at 06:45:55 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 22d34ba71e5e7536c8225e31cc9969764fc4bc54..404aada70d8765ea7e769c9938c97bdac712aefe 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
+.TH NTPDC 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:27 AM EST
+.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:45:55 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cda552cec6afb226b789f934bc43cb0b4d0955a2..723fbde3adbdafe8545a5c48a70aeda1f3807eee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:56 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:46: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.5p157\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p158\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d0539e58fed0bbab2802dbaf1b310d1a2dec1a7e..c390a065593689ff23315cd9a3c105c48de06e0f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:55 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:46:22 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.5p157"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p157"
+#define NTPQ_VERSION       "4.2.5p158"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p158"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 91fabc43c832be35392499aeab37a0e68fd7820b..6e2af96b5adfb3c6dfcf245417739e20210740be 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 26, 2009 at 06:46:58 AM EST
+# It has been AutoGen-ed  Friday January 30, 2009 at 06:46:25 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7804067fbe340663d681f03472db76a8996b5249..b95acf88a82edb9771159616a45cbab0f45bbb25 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
+.TH NTPQ 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:57 AM EST
+.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:46:24 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 05d54c9d88c47e4006161c8fc78369bf0f8959f2..a76f0a53cef7748bee27c31b37c32db6cf936d0a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:47:41 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:47: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.5p157\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p158\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0f007ec1bf74442e69c11ee9d405eba323026867..cdea996044696999a99b754decf724edb3a6a484 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:47:41 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:47: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.5p157"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p157"
+#define NTPSNMPD_VERSION       "4.2.5p158"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p158"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 79ab333b156257384d85e76a274433d8edcca488..4574c48dcbe46ea80f7fecedcf6fd1a5541a20d9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 26, 2009 at 06:47:43 AM EST
+# It has been AutoGen-ed  Friday January 30, 2009 at 06:47:10 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c697f03fe3bb495e68db1aecf2f387ee71451957..5fb9a6d1923d6077b44aaf6a0c4d57deb835eef1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:47:42 AM EST
+.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:47:09 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 760afda369c1ec08486dcfcde2f182bf5a037ef3..3fb74492c7840d0371918bdd6491d6d13b3ec87a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=157
+point=158
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 1e622373eb31937596f29778bbdb22aa955f879b..d4f9d70e9a17d72392385efdbebb246220dae612 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:10 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:26 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.5p157\n\
+"sntp - standard SNTP program - Ver. 4.2.5p158\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 661ff734ea8a92684a50b29f571b841c9e035314..661713337d31d025154fb3abdeb25b0c53c9ecd2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:09 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:25 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.5p157"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p157"
+#define SNTP_VERSION       "4.2.5p158"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p158"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ab65f9f8cd167b00f0951fc9a901321acd0fa4b2..e17adb93ebd265622616ba6df385f771645d5fd1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 26, 2009 at 06:54:12 AM EST
+# It has been AutoGen-ed  Friday January 30, 2009 at 06:53:28 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2adc67b824f21e48a8993ff388d8db34c3689599..5e88fce4b8fdd9b9ef39b5e8655b116a788add48 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
+.TH SNTP 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:11 AM EST
+.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:27 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0c22b853c702aebc9dc5863175dccf05858da48b..9666a90d20a9b627182354c5b7786810759a3d4a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:20 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:35 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.5p157\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p158\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3d6953bc9b78ce9f02fcac543f706a3a66358d80..541aa34caad3f2b4edc23bc4146bfb47b17d7338 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:19 AM EST
+ *  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:34 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.5p157"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p157"
+#define NTP_KEYGEN_VERSION       "4.2.5p158"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p158"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 496e98f2303d81d8a6e81838d4f20b17cf97e8ec..c70f819aaa65b1fc0de40f2261503c4e421e5398 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 26, 2009 at 06:54:22 AM EST
+# It has been AutoGen-ed  Friday January 30, 2009 at 06:53:37 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e462013c8bc3545fd2cea6c53c9423cf0094b7b9..ea930cd2f8bea57df927ca442079172cd13db785 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-01-26 "(ntp 4.2.5p157)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-01-30 "(ntp 4.2.5p158)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:21 AM EST
+.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:36 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"