From: Harlan Stenn Date: Wed, 15 Jul 2009 11:52:57 +0000 (-0400) Subject: NTP_4_2_5P188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a5771d63f256e0d2362f4882543932a3f2a007;p=thirdparty%2Fntp.git NTP_4_2_5P188 bk: 4a5dc319EbX-TlmAfPzkL8RP1U4bmw --- diff --git a/ChangeLog b/ChangeLog index 8004143ec6..048533c918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.5p188) 2009/07/15 Released by Harlan Stenn * [Bug 1245] Broken xmt time sent in fast_xmit() of 4.2.5p187. (4.2.5p187) 2009/07/11 Released by Harlan Stenn * [Bug 1042] multicast listeners IPv4+6 ignore new interfaces. diff --git a/gsoc_sntp/sntp-opts.c b/gsoc_sntp/sntp-opts.c index c3b74e3e29..3b69b27436 100644 --- a/gsoc_sntp/sntp-opts.c +++ b/gsoc_sntp/sntp-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.c) * - * It has been AutoGen-ed Saturday July 11, 2009 at 07:55:04 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:50:39 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.5p187\n\ +"sntp - standard SNTP program - Ver. 4.2.5p188\n\ USAGE: %s [ - [] | --[{=| }] ]... ...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/gsoc_sntp/sntp-opts.h b/gsoc_sntp/sntp-opts.h index d483696969..b7abfc6f93 100644 --- a/gsoc_sntp/sntp-opts.h +++ b/gsoc_sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed Saturday July 11, 2009 at 07:55:04 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:50:38 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.5p187" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p187" +#define SNTP_VERSION "4.2.5p188" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p188" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/gsoc_sntp/sntp-opts.texi b/gsoc_sntp/sntp-opts.texi index 78b4eeda97..084dc7bfe1 100644 --- a/gsoc_sntp/sntp-opts.texi +++ b/gsoc_sntp/sntp-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (sntp-opts.texi) # -# It has been AutoGen-ed Saturday July 11, 2009 at 07:55:07 AM EDT +# It has been AutoGen-ed Wednesday July 15, 2009 at 07:50:42 AM EDT # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore diff --git a/gsoc_sntp/sntp.1 b/gsoc_sntp/sntp.1 index ac8d1de8ef..c727b559d6 100644 --- a/gsoc_sntp/sntp.1 +++ b/gsoc_sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual" +.TH SNTP 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Saturday July 11, 2009 at 07:55:05 AM EDT +.\" It has been AutoGen-ed Wednesday July 15, 2009 at 07:50:40 AM EDT .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 88b54d1410..6526c017f1 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 Saturday July 11, 2009 at 07:42:03 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:37:38 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -914,7 +914,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.5p187\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p188\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index c7bcea6ad5..fc4cf26c78 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 Saturday July 11, 2009 at 07:42:02 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:37:37 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -89,8 +89,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 34 -#define NTPD_VERSION "4.2.5p187" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p187" +#define NTPD_VERSION "4.2.5p188" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p188" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index f7e949c713..2b5771eace 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 Saturday July 11, 2009 at 07:42:05 AM EDT +# It has been AutoGen-ed Wednesday July 15, 2009 at 07:37:41 AM EDT # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -62,7 +62,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.5p182 +ntpd - NTP daemon program - Ver. 4.2.5p187 USAGE: ntpd [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 718682cfb0..4f32adc0a9 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual" +.TH NTPD 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Saturday July 11, 2009 at 07:42:04 AM EDT +.\" It has been AutoGen-ed Wednesday July 15, 2009 at 07:37:40 AM EDT .\" 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 3d281a4532..0af90cdb5b 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 Saturday July 11, 2009 at 07:48:55 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:44:24 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.5p187\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p188\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index e0f5712f0d..0c9feeb4bf 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 Saturday July 11, 2009 at 07:48:54 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:44:23 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.5p187" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p187" +#define NTPDC_VERSION "4.2.5p188" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p188" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index c2ad5b88a0..ac68952c36 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 Saturday July 11, 2009 at 07:48:56 AM EDT +# It has been AutoGen-ed Wednesday July 15, 2009 at 07:44:26 AM EDT # 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.5p182 +ntpdc - vendor-specific NTP query program - Ver. 4.2.5p187 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 1876e74e95..9b857f03a2 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual" +.TH NTPDC 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Saturday July 11, 2009 at 07:48:55 AM EDT +.\" It has been AutoGen-ed Wednesday July 15, 2009 at 07:44:25 AM EDT .\" 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 820505533b..eaac5d4611 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 Saturday July 11, 2009 at 07:49:24 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:44:54 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.5p187\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p188\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 4f1bf4b7b9..5f49cb6a1c 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 Saturday July 11, 2009 at 07:49:24 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:44:54 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.5p187" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p187" +#define NTPQ_VERSION "4.2.5p188" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p188" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 3eb3e95f6e..368ae5babf 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 Saturday July 11, 2009 at 07:49:26 AM EDT +# It has been AutoGen-ed Wednesday July 15, 2009 at 07:44:57 AM EDT # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore @@ -46,7 +46,7 @@ This is the automatically generated usage text for ntpq: @exampleindent 0 @example -ntpq - standard NTP query program - Ver. 4.2.5p182 +ntpq - standard NTP query program - Ver. 4.2.5p187 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 d4fdb8562d..cfa286249f 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual" +.TH NTPQ 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Saturday July 11, 2009 at 07:49:25 AM EDT +.\" It has been AutoGen-ed Wednesday July 15, 2009 at 07:44:56 AM EDT .\" 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 80e349d8de..fdf96ab061 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 Saturday July 11, 2009 at 07:50:11 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:45:40 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.5p187\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p188\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index 8af52865c9..10851b2d2a 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 Saturday July 11, 2009 at 07:50:11 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:45:40 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.5p187" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p187" +#define NTPSNMPD_VERSION "4.2.5p188" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p188" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 961dbc4e4a..d25b7ac0ef 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 Saturday July 11, 2009 at 07:50:13 AM EDT +# It has been AutoGen-ed Wednesday July 15, 2009 at 07:45:42 AM EDT # From the definitions ntpsnmpd-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpsnmpd/ntpsnmpd.1 b/ntpsnmpd/ntpsnmpd.1 index 4e93e77904..04f0fd935e 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual" +.TH NTPSNMPD 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed Saturday July 11, 2009 at 07:50:12 AM EDT +.\" It has been AutoGen-ed Wednesday July 15, 2009 at 07:45:41 AM EDT .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index d6fae02867..3746430b38 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -9,7 +9,7 @@ version=${proto}.${major}.${minor} # - Numeric values increment # - empty 'increments' to 1 # - NEW 'increments' to empty -point=187 +point=188 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 8e0a25e6ce..7d8eb5f8f3 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 Saturday July 11, 2009 at 07:56:02 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:51:37 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.5p187\n\ +"sntp - standard SNTP program - Ver. 4.2.5p188\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index ddeab9c32e..d680517c1c 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 Saturday July 11, 2009 at 07:56:01 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:51:36 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.5p187" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p187" +#define SNTP_VERSION "4.2.5p188" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p188" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 3869a80a83..900c6d47eb 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 Saturday July 11, 2009 at 07:56:05 AM EDT +# It has been AutoGen-ed Wednesday July 15, 2009 at 07:51:39 AM EDT # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore diff --git a/sntp/sntp.1 b/sntp/sntp.1 index d07f9de345..777a6e437d 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual" +.TH SNTP 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Saturday July 11, 2009 at 07:56:04 AM EDT +.\" It has been AutoGen-ed Wednesday July 15, 2009 at 07:51:38 AM EDT .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index d082759149..52dab43233 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 Saturday July 11, 2009 at 07:56:13 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:51:47 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.5p187\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p188\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 0d225d8b28..da368326a4 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 Saturday July 11, 2009 at 07:56:12 AM EDT + * It has been AutoGen-ed Wednesday July 15, 2009 at 07:51:46 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.5p187" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p187" +#define NTP_KEYGEN_VERSION "4.2.5p188" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p188" /* * 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 b40855f8f1..c0c606ed0e 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 Saturday July 11, 2009 at 07:56:15 AM EDT +# It has been AutoGen-ed Wednesday July 15, 2009 at 07:51:49 AM EDT # 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 Using OpenSSL version 90704f -ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p182 +ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p187 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 33bf22c0fc..dc8357747a 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2009-07-11 "(ntp 4.2.5p187)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2009-07-15 "(ntp 4.2.5p188)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Saturday July 11, 2009 at 07:56:14 AM EDT +.\" It has been AutoGen-ed Wednesday July 15, 2009 at 07:51:49 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"