From: Harlan Stenn Date: Wed, 22 Apr 2009 14:38:59 +0000 (-0400) Subject: NTP_4_2_5P164 X-Git-Tag: NTP_4_2_5P164^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a561e2aea00632fec4b991787612de3a32fcec;p=thirdparty%2Fntp.git NTP_4_2_5P164 bk: 49ef2c03isaoDFIz87Iyd_sHUWk2OA --- diff --git a/ChangeLog b/ChangeLog index 59dcd7992..9f63feadb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.5p164) 2009/04/22 Released by Harlan Stenn * PPS/PPSAPI cleanup from Dave Mills. * Documentation updates from Dave Mills. * [Bug 1125] C runtime per-thread initialization on Windows diff --git a/gsoc_sntp/sntp-opts.c b/gsoc_sntp/sntp-opts.c index 8231e2ef7..c211ead9a 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 Friday April 10, 2009 at 07:54:31 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:34:13 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.5p163\n\ +"sntp - standard SNTP program - Ver. 4.2.5p164\n\ USAGE: %s [ - [] | --[{=| }] ]... ...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/gsoc_sntp/sntp-opts.h b/gsoc_sntp/sntp-opts.h index 6063ee5e8..7833aef9f 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 Friday April 10, 2009 at 07:54:30 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:34:12 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.5p163" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p163" +#define SNTP_VERSION "4.2.5p164" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p164" /* * 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 8497614f3..8024615ce 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 Friday April 10, 2009 at 07:54:33 AM EDT +# It has been AutoGen-ed Wednesday April 22, 2009 at 10:34:16 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 82a015296..304b48103 100644 --- a/gsoc_sntp/sntp.1 +++ b/gsoc_sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual" +.TH SNTP 1 2009-04-22 "( 4.2.5p164)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Friday April 10, 2009 at 07:54:32 AM EDT +.\" It has been AutoGen-ed Wednesday April 22, 2009 at 10:34:15 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 022218261..881a6227d 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 Friday April 10, 2009 at 07:41:02 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:15:34 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.5p163\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p164\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 7df8fb78a..e03c1c234 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 Friday April 10, 2009 at 07:41:01 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:15:32 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.5p163" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p163" +#define NTPD_VERSION "4.2.5p164" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p164" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 9e0ca6631..fc17aef4e 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 Friday April 10, 2009 at 07:41:05 AM EDT +# It has been AutoGen-ed Wednesday April 22, 2009 at 10:15:37 AM EDT # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -60,7 +60,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.5p161 +ntpd - NTP daemon program - Ver. 4.2.5p163 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 08760871b..524c51de0 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual" +.TH NTPD 1 2009-04-22 "( 4.2.5p164)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Friday April 10, 2009 at 07:41:03 AM EDT +.\" It has been AutoGen-ed Wednesday April 22, 2009 at 10:15:36 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 9eb8c38e4..d7200c3ea 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 Friday April 10, 2009 at 07:47:51 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:25:35 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.5p163\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p164\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 927f694b2..75b593791 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 Friday April 10, 2009 at 07:47:51 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:25:34 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.5p163" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p163" +#define NTPDC_VERSION "4.2.5p164" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p164" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 2a036dd14..673dddc53 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 Friday April 10, 2009 at 07:47:53 AM EDT +# It has been AutoGen-ed Wednesday April 22, 2009 at 10:25:37 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.5p161 +ntpdc - vendor-specific NTP query program - Ver. 4.2.5p163 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 4fc2de4e2..95c138cb8 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual" +.TH NTPDC 1 2009-04-22 "( 4.2.5p164)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Friday April 10, 2009 at 07:47:52 AM EDT +.\" It has been AutoGen-ed Wednesday April 22, 2009 at 10:25:36 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 815933864..9b3dc7401 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 Friday April 10, 2009 at 07:48:21 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:26:19 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.5p163\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p164\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 8bca29478..56b92d536 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 Friday April 10, 2009 at 07:48:21 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:26:18 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.5p163" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p163" +#define NTPQ_VERSION "4.2.5p164" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p164" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 732135342..ad9ea4795 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 Friday April 10, 2009 at 07:48:23 AM EDT +# It has been AutoGen-ed Wednesday April 22, 2009 at 10:26:24 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.5p161 +ntpq - standard NTP query program - Ver. 4.2.5p163 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 920d6d9a9..058970e1c 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual" +.TH NTPQ 1 2009-04-22 "( 4.2.5p164)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Friday April 10, 2009 at 07:48:22 AM EDT +.\" It has been AutoGen-ed Wednesday April 22, 2009 at 10:26:22 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 e3a3a9405..dae8238f1 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 Friday April 10, 2009 at 07:49:07 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:27:23 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.5p163\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p164\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index 497ec181d..fd3d8537d 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 Friday April 10, 2009 at 07:49:07 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:27:23 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.5p163" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p163" +#define NTPSNMPD_VERSION "4.2.5p164" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p164" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 2593830a7..117adf71c 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 Friday April 10, 2009 at 07:49:09 AM EDT +# It has been AutoGen-ed Wednesday April 22, 2009 at 10:27:25 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 992f9ee19..13c0564ec 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual" +.TH NTPSNMPD 1 2009-04-22 "( 4.2.5p164)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed Friday April 10, 2009 at 07:49:08 AM EDT +.\" It has been AutoGen-ed Wednesday April 22, 2009 at 10:27:24 AM EDT .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index 3ebd9c541..517a4d691 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=163 +point=164 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 661aa6a74..4822a0f47 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 Friday April 10, 2009 at 07:55:30 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:35:49 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.5p163\n\ +"sntp - standard SNTP program - Ver. 4.2.5p164\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 7f611dd95..68c48eba8 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 Friday April 10, 2009 at 07:55:29 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:35:48 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.5p163" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p163" +#define SNTP_VERSION "4.2.5p164" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p164" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index fa1741c0c..d696f178c 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 Friday April 10, 2009 at 07:55:32 AM EDT +# It has been AutoGen-ed Wednesday April 22, 2009 at 10:35:52 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 07180f63a..80236a51e 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual" +.TH SNTP 1 2009-04-22 "( 4.2.5p164)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Friday April 10, 2009 at 07:55:31 AM EDT +.\" It has been AutoGen-ed Wednesday April 22, 2009 at 10:35:51 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 c91ffde49..661df7a43 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 Friday April 10, 2009 at 07:55:40 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:36:36 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.5p163\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p164\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 9c0c8f4e0..e115ba415 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 Friday April 10, 2009 at 07:55:39 AM EDT + * It has been AutoGen-ed Wednesday April 22, 2009 at 10:36:36 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.5p163" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p163" +#define NTP_KEYGEN_VERSION "4.2.5p164" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p164" /* * 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 26b3a669c..7c8f97b2c 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 Friday April 10, 2009 at 07:55:42 AM EDT +# It has been AutoGen-ed Wednesday April 22, 2009 at 10:36:39 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.5p161 +ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p163 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 6831cdb5f..6b504838d 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2009-04-10 "(ntp 4.2.5p163)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2009-04-22 "(ntp 4.2.5p164)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Friday April 10, 2009 at 07:55:41 AM EDT +.\" It has been AutoGen-ed Wednesday April 22, 2009 at 10:36:38 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"