From: Harlan Stenn Date: Tue, 23 Jun 2009 11:55:19 +0000 (-0400) Subject: NTP_4_2_5P183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79303ced1b9fbd2a411c2396a6ad2b4774cef77;p=thirdparty%2Fntp.git NTP_4_2_5P183 bk: 4a40c2a7CkYlzqDbc6dbzz2JxwFt_Q --- diff --git a/ChangeLog b/ChangeLog index 898bea9e03..755c076862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.5p183) 2009/06/23 Released by Harlan Stenn * [Bug 1196] setsockopt(SO_EXCLUSIVEADDRUSE) can fail on Windows 2000 and earlier with WSAINVAL, do not log a complaint in that case. * [Bug 1210] ONCORE driver terminates ntpd without logging a reason. diff --git a/gsoc_sntp/sntp-opts.c b/gsoc_sntp/sntp-opts.c index 2a19ac1db1..8534ae5ed5 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 Thursday June 18, 2009 at 07:58:30 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:52:56 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.5p182\n\ +"sntp - standard SNTP program - Ver. 4.2.5p183\n\ USAGE: %s [ - [] | --[{=| }] ]... ...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/gsoc_sntp/sntp-opts.h b/gsoc_sntp/sntp-opts.h index fb03673faf..3d0001c153 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 Thursday June 18, 2009 at 07:58:30 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:52:55 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.5p182" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p182" +#define SNTP_VERSION "4.2.5p183" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p183" /* * 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 ff2d730a5b..8d855005e1 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 Thursday June 18, 2009 at 07:58:32 AM EDT +# It has been AutoGen-ed Tuesday June 23, 2009 at 07:52:58 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 68d92d69d7..62cc126702 100644 --- a/gsoc_sntp/sntp.1 +++ b/gsoc_sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual" +.TH SNTP 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Thursday June 18, 2009 at 07:58:31 AM EDT +.\" It has been AutoGen-ed Tuesday June 23, 2009 at 07:52:57 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 ca80bd3188..ea3262bb60 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 Thursday June 18, 2009 at 07:45:27 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:39:53 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.5p182\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p183\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 072b749fe7..6522b926e5 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 Thursday June 18, 2009 at 07:45:26 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:39:52 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.5p182" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p182" +#define NTPD_VERSION "4.2.5p183" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p183" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 7346e8b1ae..331264b3ea 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 Thursday June 18, 2009 at 07:45:29 AM EDT +# It has been AutoGen-ed Tuesday June 23, 2009 at 07:39:55 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.5p181 +ntpd - NTP daemon program - Ver. 4.2.5p182 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 2dc1f5ee95..a8f68015fc 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual" +.TH NTPD 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Thursday June 18, 2009 at 07:45:28 AM EDT +.\" It has been AutoGen-ed Tuesday June 23, 2009 at 07:39:54 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 b8b0515471..88ebd4837d 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 Thursday June 18, 2009 at 07:52:14 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:46:53 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.5p182\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p183\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index ad467236fa..3773841df7 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 Thursday June 18, 2009 at 07:52:13 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:46:53 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.5p182" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p182" +#define NTPDC_VERSION "4.2.5p183" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p183" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index dec984ab52..f5243c6c65 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 Thursday June 18, 2009 at 07:52:15 AM EDT +# It has been AutoGen-ed Tuesday June 23, 2009 at 07:46:55 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.5p181 +ntpdc - vendor-specific NTP query program - Ver. 4.2.5p182 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 b1f9ad9911..30898672cf 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual" +.TH NTPDC 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Thursday June 18, 2009 at 07:52:14 AM EDT +.\" It has been AutoGen-ed Tuesday June 23, 2009 at 07:46:54 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 5d58bd8cf0..f6a727678c 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 Thursday June 18, 2009 at 07:52:44 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:47:22 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.5p182\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p183\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index b37d7a309d..a6c37ca6e7 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 Thursday June 18, 2009 at 07:52:44 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:47:21 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.5p182" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p182" +#define NTPQ_VERSION "4.2.5p183" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p183" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 23f464f992..9cda96d978 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 Thursday June 18, 2009 at 07:52:47 AM EDT +# It has been AutoGen-ed Tuesday June 23, 2009 at 07:47: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.5p181 +ntpq - standard NTP query program - Ver. 4.2.5p182 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 ddff54c2e0..ef7476a42e 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual" +.TH NTPQ 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Thursday June 18, 2009 at 07:52:46 AM EDT +.\" It has been AutoGen-ed Tuesday June 23, 2009 at 07:47:23 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 ca091c5cbb..1d9582e778 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 Thursday June 18, 2009 at 07:53:29 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:48:06 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.5p182\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p183\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index ede0422699..b7f0e53259 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 Thursday June 18, 2009 at 07:53:29 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:48:06 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.5p182" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p182" +#define NTPSNMPD_VERSION "4.2.5p183" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p183" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 942fc02ee6..e09b188df9 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 Thursday June 18, 2009 at 07:53:31 AM EDT +# It has been AutoGen-ed Tuesday June 23, 2009 at 07:48:08 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 ae1cbfb5c3..0187bfb29d 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual" +.TH NTPSNMPD 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed Thursday June 18, 2009 at 07:53:31 AM EDT +.\" It has been AutoGen-ed Tuesday June 23, 2009 at 07:48:08 AM EDT .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index 227f5e3406..eba465d044 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=182 +point=183 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 8429f8952c..17bb6f8636 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 Thursday June 18, 2009 at 07:59:28 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:53:53 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.5p182\n\ +"sntp - standard SNTP program - Ver. 4.2.5p183\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index bae5b5d4e2..ad0314db1a 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 Thursday June 18, 2009 at 07:59:27 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:53:52 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.5p182" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p182" +#define SNTP_VERSION "4.2.5p183" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p183" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index e8967c8cd4..989871e074 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 Thursday June 18, 2009 at 07:59:30 AM EDT +# It has been AutoGen-ed Tuesday June 23, 2009 at 07:53:54 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 26d6519435..c5648a478c 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual" +.TH SNTP 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Thursday June 18, 2009 at 07:59:29 AM EDT +.\" It has been AutoGen-ed Tuesday June 23, 2009 at 07:53:53 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 2d2fb41ff4..924f4261cb 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 Thursday June 18, 2009 at 07:59:38 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:54:03 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.5p182\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p183\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 7e2c74cb43..f4a8669717 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 Thursday June 18, 2009 at 07:59:37 AM EDT + * It has been AutoGen-ed Tuesday June 23, 2009 at 07:54:02 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.5p182" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p182" +#define NTP_KEYGEN_VERSION "4.2.5p183" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p183" /* * 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 e55d369c3d..3fe5c76576 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 Thursday June 18, 2009 at 07:59:40 AM EDT +# It has been AutoGen-ed Tuesday June 23, 2009 at 07:54:05 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.5p181 +ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p182 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 e9c54205b7..c6ccd4abce 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2009-06-18 "(ntp 4.2.5p182)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2009-06-23 "(ntp 4.2.5p183)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Thursday June 18, 2009 at 07:59:39 AM EDT +.\" It has been AutoGen-ed Tuesday June 23, 2009 at 07:54:03 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"