From: Harlan Stenn Date: Wed, 14 Oct 2009 08:22:12 +0000 (-0400) Subject: NTP_4_2_5P232_RC X-Git-Tag: NTP_4_2_5P232_RC^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31eba50fde55bf10fb12f38ae4eeca673f40528;p=thirdparty%2Fntp.git NTP_4_2_5P232_RC bk: 4ad58a349pDhKoBJTReps8cAxtk9wA --- diff --git a/ChangeLog b/ChangeLog index 357bcfcb2..e16d50716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.5p232-RC) 2009/10/14 Released by Harlan Stenn * [Bug 1302] OpenSSL under Windows needs applink support. * [Bug 1337] fix incorrect args to setsockopt(fd, IP_MULTICAST_IF,...). * [Bug 1339] Fix Windows-only ntp_strerror() infinite recursion. diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 2675ee540..8e2ca02db 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 October 10, 2009 at 06:32:16 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:11:28 AM by AutoGen 5.9.9pre5 * From the definitions ntpd-opts.def * and the template file options * @@ -207,7 +207,7 @@ tSCC zJaildir_Name[] = "jaildir"; * Interface option description: */ tSCC zInterfaceText[] = - "Listen on the specified interface or IP"; + "Listen on an interface name or address"; tSCC zInterface_NAME[] = "INTERFACE"; tSCC zInterface_Name[] = "interface"; #define INTERFACE_FLAGS (OPTST_DISABLED | OPTST_STACKED \ @@ -237,7 +237,7 @@ tSCC zLogfile_Name[] = "logfile"; * Novirtualips option description: */ tSCC zNovirtualipsText[] = - "Do not listen to virtual IPs"; + "Do not listen to virtual interfaces"; tSCC zNovirtualips_NAME[] = "NOVIRTUALIPS"; tSCC zNovirtualips_Name[] = "novirtualips"; #define NOVIRTUALIPS_FLAGS (OPTST_DISABLED) @@ -949,7 +949,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.5p231-RC\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p232-RC\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index b0c4f1d30..359f64a67 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 October 10, 2009 at 06:32:15 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:11:26 AM by AutoGen 5.9.9pre5 * From the definitions ntpd-opts.def * and the template file options * @@ -90,8 +90,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 35 -#define NTPD_VERSION "4.2.5p231-RC" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p231-RC" +#define NTPD_VERSION "4.2.5p232-RC" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p232-RC" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index f64a43cd7..bbf48e187 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 October 10, 2009 at 06:32:19 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 14, 2009 at 04:11:30 AM by AutoGen 5.9.9pre5 # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -297,7 +297,7 @@ option. @subsection interface option (-I) @cindex ntpd-interface -This is the ``listen on the specified interface or ip'' option. +This is the ``listen on an interface name or address'' option. This option has some usage constraints. It: @itemize @bullet @@ -305,7 +305,11 @@ This option has some usage constraints. It: may appear an unlimited number of times. @end itemize - +Open the network address given, or all the addresses associated with the +given interface name. This option may appear multiple times. This option +also implies not opening other addresses, except wildcard and localhost. +This option is deprecated. Please consider using the configuration file +interface command, which is more versatile. @node ntpd keyfile @subsection keyfile option (-k) @@ -334,8 +338,11 @@ configuration file directive. @subsection novirtualips option (-L) @cindex ntpd-novirtualips -This is the ``do not listen to virtual ips'' option. -Do not listen to virtual IPs. The default is to listen. +This is the ``do not listen to virtual interfaces'' option. +Do not listen to virtual interfaces, defined as those with +names containing a colon. This option is deprecated. Please +consider using the configuration file interface command, which +is more versatile. @node ntpd modifymmtimer @subsection modifymmtimer option (-M) @@ -349,7 +356,9 @@ This option has some usage constraints. It: must be compiled in by defining @code{SYS_WINNT} during the compilation. @end itemize -Set the Windows Multimedia Timer to highest resolution. +Set the Windows Multimedia Timer to highest resolution. This +ensures the resolution does not change while ntpd is running, +avoiding timekeeping glitches associated with changes. @node ntpd nofork @subsection nofork option (-n) diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index b606a64e6..fe51aeb18 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual" +.TH NTPD 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed October 10, 2009 at 06:32:18 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 14, 2009 at 04:11:29 AM by AutoGen 5.9.9pre5 .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" @@ -116,10 +116,14 @@ You may need to also specify a option. .TP .BR \-I " \fIiface\fP, " \--interface "=" \fIiface\fP -Listen on the specified interface or IP. +Listen on an interface name or address. This option may appear an unlimited number of times. .sp - +Open the network address given, or all the addresses associated with the +given interface name. This option may appear multiple times. This option +also implies not opening other addresses, except wildcard and localhost. +This option is deprecated. Please consider using the configuration file +interface command, which is more versatile. .TP .BR \-k " \fIstring\fP, " \--keyfile "=" \fIstring\fP path to symmetric keys. @@ -141,14 +145,19 @@ logfile logfile configuration file directive. .TP .BR \-L ", " \--novirtualips -Do not listen to virtual IPs. +Do not listen to virtual interfaces. .sp -Do not listen to virtual IPs. The default is to listen. +Do not listen to virtual interfaces, defined as those with +names containing a colon. This option is deprecated. Please +consider using the configuration file interface command, which +is more versatile. .TP .BR \-M ", " \--modifymmtimer Modify Multimedia Timer (Windows only). .sp -Set the Windows Multimedia Timer to highest resolution. +Set the Windows Multimedia Timer to highest resolution. This +ensures the resolution does not change while ntpd is running, +avoiding timekeeping glitches associated with changes. .TP .BR \-n ", " \--nofork Do not fork. diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 01c48b9d6..2a9563d61 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 October 10, 2009 at 06:34:13 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:14:24 AM by AutoGen 5.9.9pre5 * From the definitions ntpdc-opts.def * and the template file options * @@ -437,7 +437,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDC"; tSCC zUsageTitle[] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p231-RC\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p232-RC\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index dc2e45bd8..53eebd684 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 October 10, 2009 at 06:34:12 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:14:24 AM by AutoGen 5.9.9pre5 * 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.5p231-RC" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p231-RC" +#define NTPDC_VERSION "4.2.5p232-RC" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p232-RC" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 91ead131c..06dabe6f0 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 October 10, 2009 at 06:34:14 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 14, 2009 at 04:14:26 AM by AutoGen 5.9.9pre5 # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index 39eee41fe..965ad8a4d 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual" +.TH NTPDC 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed October 10, 2009 at 06:34:14 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 14, 2009 at 04:14:25 AM by AutoGen 5.9.9pre5 .\" 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 633d2d767..e73958fe3 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 October 10, 2009 at 06:34:45 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:14:57 AM by AutoGen 5.9.9pre5 * From the definitions ntpq-opts.def * and the template file options * @@ -420,7 +420,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPQ"; tSCC zUsageTitle[] = -"ntpq - standard NTP query program - Ver. 4.2.5p231-RC\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p232-RC\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index a8821903a..74e4b1b18 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 October 10, 2009 at 06:34:44 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:14:57 AM by AutoGen 5.9.9pre5 * From the definitions ntpq-opts.def * and the template file options * @@ -69,8 +69,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 14 -#define NTPQ_VERSION "4.2.5p231-RC" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p231-RC" +#define NTPQ_VERSION "4.2.5p232-RC" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p232-RC" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index eaaef6398..11af677cd 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 October 10, 2009 at 06:34:47 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 14, 2009 at 04:15:00 AM by AutoGen 5.9.9pre5 # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index 988b7825c..9c22f1a72 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual" +.TH NTPQ 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed October 10, 2009 at 06:34:46 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 14, 2009 at 04:14:58 AM by AutoGen 5.9.9pre5 .\" 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 652d88467..555711350 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 October 10, 2009 at 06:35:16 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:15:28 AM by AutoGen 5.9.9pre5 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -226,7 +226,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPSNMPD"; tSCC zUsageTitle[] = -"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p231-RC\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p232-RC\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index f44a68987..6dc726411 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 October 10, 2009 at 06:35:15 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:15:28 AM by AutoGen 5.9.9pre5 * 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.5p231-RC" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p231-RC" +#define NTPSNMPD_VERSION "4.2.5p232-RC" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p232-RC" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 69d90e7b7..792b437be 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 October 10, 2009 at 06:35:18 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 14, 2009 at 04:15:30 AM by AutoGen 5.9.9pre5 # 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 ced2a6b7e..cdc6d9e14 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual" +.TH NTPSNMPD 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed October 10, 2009 at 06:35:17 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 14, 2009 at 04:15:29 AM by AutoGen 5.9.9pre5 .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index bd7016592..87ed9b482 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=231 +point=232 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 564946ba2..31f63e04c 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 October 10, 2009 at 06:40:17 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:20:30 AM by AutoGen 5.9.9pre5 * From the definitions sntp-opts.def * and the template file options * @@ -458,7 +458,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "SNTP"; tSCC zUsageTitle[] = -"sntp - standard SNTP program - Ver. 4.2.5p231-RC\n\ +"sntp - standard SNTP program - Ver. 4.2.5p232-RC\n\ USAGE: %s [ - [] | --[{=| }] ]... ...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index d592b2247..db188d449 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 October 10, 2009 at 06:40:16 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:20:29 AM by AutoGen 5.9.9pre5 * 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.5p231-RC" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p231-RC" +#define SNTP_VERSION "4.2.5p232-RC" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p232-RC" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index bcff78e6a..97584f55c 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 October 10, 2009 at 06:40:19 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 14, 2009 at 04:20:32 AM by AutoGen 5.9.9pre5 # 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 371bd2e22..e763101ce 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual" +.TH SNTP 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed October 10, 2009 at 06:40:18 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 14, 2009 at 04:20:31 AM by AutoGen 5.9.9pre5 .\" 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 dbe2f814a..b4bac5d13 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 October 10, 2009 at 06:40:45 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:20:55 AM by AutoGen 5.9.9pre5 * From the definitions ntp-keygen-opts.def * and the template file options * @@ -746,7 +746,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p231-RC\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p232-RC\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 70d290bbc..4a333c5ae 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 October 10, 2009 at 06:40:44 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 14, 2009 at 04:20:54 AM by AutoGen 5.9.9pre5 * 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.5p231-RC" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p231-RC" +#define NTP_KEYGEN_VERSION "4.2.5p232-RC" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p232-RC" /* * 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 c88112d0c..6b4cfc298 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 October 10, 2009 at 06:40:47 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 14, 2009 at 04:20:57 AM by AutoGen 5.9.9pre5 # From the definitions ntp-keygen-opts.def # and the template file aginfo.tpl @end ignore diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1 index 133976f08..2c45cb4b7 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2009-10-10 "(ntp 4.2.5p231-RC)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2009-10-14 "(ntp 4.2.5p232-RC)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed October 10, 2009 at 06:40:46 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 14, 2009 at 04:20:56 AM by AutoGen 5.9.9pre5 .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"