From: Harlan Stenn Date: Thu, 28 Apr 2011 06:47:56 +0000 (+0000) Subject: NTP_4_2_7P159 X-Git-Tag: NTP_4_2_7P159^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654d265ba3e1a0316af9d3a70e3df56ca57626bf;p=thirdparty%2Fntp.git NTP_4_2_7P159 bk: 4db90d9cMLb4RaJqCnQYgZgy3h4riA --- diff --git a/ChangeLog b/ChangeLog index 45590d3fd..89c67dfa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p159) 2011/04/28 Released by Harlan Stenn * Fix a couple of unused variable warnings. * cleanup in timespecops.c / timevalops.c (4.2.7p158) 2011/04/24 Released by Harlan Stenn diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index e32b3facb..f28fdb80b 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) * - * It has been AutoGen-ed April 24, 2011 at 07:36:56 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:46:25 AM by AutoGen 5.11.6 * From the definitions ntpd-opts.def * and the template file options * @@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "NTPD"; static char const zUsageTitle[133] = -"ntpd - NTP daemon program - Ver. 4.2.7p158\n\ +"ntpd - NTP daemon program - Ver. 4.2.7p159\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n"; #define zRcName NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 4e6932dc6..250cbe0a4 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed April 24, 2011 at 07:36:56 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:46:25 AM by AutoGen 5.11.6 * From the definitions ntpd-opts.def * and the template file options * @@ -89,8 +89,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 36 -#define NTPD_VERSION "4.2.7p158" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p158" +#define NTPD_VERSION "4.2.7p159" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p159" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 54de69001..4d8f48beb 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpd-opts.texi) # -# It has been AutoGen-ed April 24, 2011 at 07:37:22 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 28, 2011 at 06:46:56 AM by AutoGen 5.11.6 # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.7p158 +ntpd - NTP daemon program - Ver. 4.2.7p159 USAGE: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 8810ec332..982dc41f2 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2011-04-24 "( 4.2.7p158)" "Programmer's Manual" +.TH NTPD 1 2011-04-28 "( 4.2.7p159)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed April 24, 2011 at 07:37:21 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 28, 2011 at 06:46:56 AM by AutoGen 5.11.6 .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index d244d29a4..1f4919335 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.c) * - * It has been AutoGen-ed April 24, 2011 at 07:37:29 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:47:02 AM by AutoGen 5.11.6 * From the definitions ntpdc-opts.def * and the template file options * @@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[6] = "NTPDC"; static char const zUsageTitle[129] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p158\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p159\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 9c0fed65d..782c1fa99 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed April 24, 2011 at 07:37:29 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:47:02 AM by AutoGen 5.11.6 * From the definitions ntpdc-opts.def * and the template file options * @@ -68,8 +68,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.7p158" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p158" +#define NTPDC_VERSION "4.2.7p159" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p159" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index b04bce34c..3c35368ba 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi) # -# It has been AutoGen-ed April 24, 2011 at 07:37:49 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 28, 2011 at 06:47:12 AM by AutoGen 5.11.6 # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore @@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc: @exampleindent 0 @example -ntpdc - vendor-specific NTP query program - Ver. 4.2.7p158 +ntpdc - vendor-specific NTP query program - Ver. 4.2.7p159 USAGE: ntpdc [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index 38d78502c..f0fd95a01 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2011-04-24 "( 4.2.7p158)" "Programmer's Manual" +.TH NTPDC 1 2011-04-28 "( 4.2.7p159)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed April 24, 2011 at 07:37:49 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 28, 2011 at 06:47:11 AM by AutoGen 5.11.6 .\" From the definitions ntpdc-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c index e91434067..90a8834f0 100644 --- a/ntpq/ntpq-opts.c +++ b/ntpq/ntpq-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.c) * - * It has been AutoGen-ed April 24, 2011 at 07:37:50 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:47:12 AM by AutoGen 5.11.6 * From the definitions ntpq-opts.def * and the template file options * @@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "NTPQ"; static char const zUsageTitle[121] = -"ntpq - standard NTP query program - Ver. 4.2.7p158\n\ +"ntpq - standard NTP query program - Ver. 4.2.7p159\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 548ca8818..4703c45ea 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed April 24, 2011 at 07:37:50 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:47:12 AM by AutoGen 5.11.6 * From the definitions ntpq-opts.def * and the template file options * @@ -67,8 +67,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 14 -#define NTPQ_VERSION "4.2.7p158" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p158" +#define NTPQ_VERSION "4.2.7p159" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p159" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 84a65110a..7e9dabe80 100644 --- a/ntpq/ntpq-opts.texi +++ b/ntpq/ntpq-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpq-opts.texi) # -# It has been AutoGen-ed April 24, 2011 at 07:38:04 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 28, 2011 at 06:47:23 AM by AutoGen 5.11.6 # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore @@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq: @exampleindent 0 @example -ntpq - standard NTP query program - Ver. 4.2.7p158 +ntpq - standard NTP query program - Ver. 4.2.7p159 USAGE: ntpq [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index e8bc2c301..c6737c251 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2011-04-24 "( 4.2.7p158)" "Programmer's Manual" +.TH NTPQ 1 2011-04-28 "( 4.2.7p159)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed April 24, 2011 at 07:38:03 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 28, 2011 at 06:47:23 AM by AutoGen 5.11.6 .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c index 8ef6101c0..a1770193f 100644 --- a/ntpsnmpd/ntpsnmpd-opts.c +++ b/ntpsnmpd/ntpsnmpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c) * - * It has been AutoGen-ed April 24, 2011 at 07:38:04 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:47:24 AM by AutoGen 5.11.6 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[9] = "NTPSNMPD"; static char const zUsageTitle[105] = -"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p158\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p159\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index fa52bb250..8275d8f63 100644 --- a/ntpsnmpd/ntpsnmpd-opts.h +++ b/ntpsnmpd/ntpsnmpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h) * - * It has been AutoGen-ed April 24, 2011 at 07:38:04 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:47:23 AM by AutoGen 5.11.6 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -61,8 +61,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 8 -#define NTPSNMPD_VERSION "4.2.7p158" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p158" +#define NTPSNMPD_VERSION "4.2.7p159" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p159" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 9a0c3f40e..db378de7d 100644 --- a/ntpsnmpd/ntpsnmpd-opts.texi +++ b/ntpsnmpd/ntpsnmpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.texi) # -# It has been AutoGen-ed April 24, 2011 at 07:38:11 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 28, 2011 at 06:47:29 AM by AutoGen 5.11.6 # From the definitions ntpsnmpd-opts.def # and the template file aginfo.tpl @end ignore @@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd: @exampleindent 0 @example -ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p158 +ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p159 USAGE: ntpsnmpd [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -n no nofork Do not fork diff --git a/ntpsnmpd/ntpsnmpd.1 b/ntpsnmpd/ntpsnmpd.1 index 7f81a1684..e9636683e 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2011-04-24 "( 4.2.7p158)" "Programmer's Manual" +.TH NTPSNMPD 1 2011-04-28 "( 4.2.7p159)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed April 24, 2011 at 07:38:11 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 28, 2011 at 06:47:29 AM by AutoGen 5.11.6 .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index fa021e1b4..8d6eb4c45 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0 # - Numeric values increment # - empty 'increments' to 1 # - NEW 'increments' to empty -point=158 +point=159 ### betapoint is normally modified by script. # ntp-stable Beta number (betapoint) diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 7d900c68e..19cfb2787 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.c) * - * It has been AutoGen-ed April 24, 2011 at 07:34:14 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:44:05 AM by AutoGen 5.11.6 * From the definitions sntp-opts.def * and the template file options * @@ -642,7 +642,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "SNTP"; static char const zUsageTitle[154] = -"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p158\n\ +"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p159\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ hostname-or-IP ...]\n"; static char const zRcName[7] = ".ntprc"; diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index f3ce70b72..9c1f57c00 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed April 24, 2011 at 07:34:14 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 28, 2011 at 06:44:05 AM by AutoGen 5.11.6 * From the definitions sntp-opts.def * and the template file options * @@ -77,8 +77,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define SNTP_VERSION "4.2.7p158" -#define SNTP_FULL_VERSION "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p158" +#define SNTP_VERSION "4.2.7p159" +#define SNTP_FULL_VERSION "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p159" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index cf3853817..a1a2094b9 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (sntp-opts.texi) # -# It has been AutoGen-ed April 24, 2011 at 07:38:30 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 28, 2011 at 06:47:46 AM by AutoGen 5.11.6 # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore @@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp: @exampleindent 0 @example -sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p158 +sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p159 USAGE: sntp [ - [] | --[@{=| @}] ]... \ [ hostname-or-IP ...] Flg Arg Option-Name Description diff --git a/sntp/sntp.1 b/sntp/sntp.1 index 415c31e6c..1ab9b018b 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2011-04-24 "( 4.2.7p158)" "Programmer's Manual" +.TH SNTP 1 2011-04-28 "( 4.2.7p159)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed April 24, 2011 at 07:38:29 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 28, 2011 at 06:47:46 AM by AutoGen 5.11.6 .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" diff --git a/sntp/sntp.html b/sntp/sntp.html index 738f5f68b..89f728c6b 100644 --- a/sntp/sntp.html +++ b/sntp/sntp.html @@ -150,7 +150,7 @@ Up: sntp Invocation

This is the automatically generated usage text for sntp: -

sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p158
+
sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p159
 USAGE:  sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c
index 3836c1a28..4ad7ba4e8 100644
--- a/util/ntp-keygen-opts.c
+++ b/util/ntp-keygen-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  April 24, 2011 at 07:38:12 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 28, 2011 at 06:47:31 AM by AutoGen 5.11.6
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p158\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p159\n\
 USAGE:  %s [ - [] | --[{=| }] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h
index cef7d5595..6343d876b 100644
--- a/util/ntp-keygen-opts.h
+++ b/util/ntp-keygen-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  April 24, 2011 at 07:38:12 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 28, 2011 at 06:47:31 AM by AutoGen 5.11.6
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p158"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p158"
+#define NTP_KEYGEN_VERSION       "4.2.7p159"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p159"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi
index 25c9edbc8..102a4e45a 100644
--- a/util/ntp-keygen-opts.texi
+++ b/util/ntp-keygen-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  April 24, 2011 at 07:38:21 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 28, 2011 at 06:47:40 AM by AutoGen 5.11.6
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p158
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p159
 USAGE:  ntp-keygen [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1
index 01c4fd1ec..f42b7ca70 100644
--- a/util/ntp-keygen.1
+++ b/util/ntp-keygen.1
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-04-24 "(ntp 4.2.7p158)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-04-28 "(ntp 4.2.7p159)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  April 24, 2011 at 07:38:21 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 28, 2011 at 06:47:40 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"