From: Harlan Stenn Date: Tue, 12 May 2009 06:41:56 +0000 (-0400) Subject: NTP_4_2_4P7_RC7 X-Git-Tag: NTP_4_2_4P7_RC7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e714491a0bc6223cd23b1ac54b1fb2a90df6f8d;p=thirdparty%2Fntp.git NTP_4_2_4P7_RC7 bk: 4a091a341TxU2F9D2wpHTW2fhhGAjw --- diff --git a/ChangeLog b/ChangeLog index 90027eccb..f098ab627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ --- +(4.2.4p7-RC7) 2009/05/12 Released by Harlan Stenn * ntp.isc.org -> ntp.org cleanup. * [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime, diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index fd7c9494e..f389623db 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 May 8, 2009 at 04:34:21 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:33:35 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -835,12 +835,12 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.4p7-RC6\n\ +"ntpd - NTP daemon program - Ver. 4.2.4p7-RC7\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL -tSCC zBugsAddr[] = "http://bugs.ntp.isc.org, bugs@ntp.org"; +tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org"; #define zExplain NULL tSCC zDetail[] = "\n\n"; tSCC zFullVersion[] = NTPD_FULL_VERSION; diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 3869c3bb4..d5e005e0c 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 May 8, 2009 at 04:34:20 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:33:34 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.4p7-RC6" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.4p7-RC6" +#define NTPD_VERSION "4.2.4p7-RC7" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.4p7-RC7" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index eee03e42b..21ab60175 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 May 8, 2009 at 04:34:24 AM EDT +# It has been AutoGen-ed Tuesday May 12, 2009 at 02:33:38 AM EDT # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 0e2fe11f1..149e6cbb6 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2009-05-08 "( 4.2.4p7-RC6)" "Programmer's Manual" +.TH NTPD 1 2009-05-12 "( 4.2.4p7-RC7)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Friday May 8, 2009 at 04:34:23 AM EDT +.\" It has been AutoGen-ed Tuesday May 12, 2009 at 02:33:36 AM EDT .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" @@ -283,7 +283,7 @@ by loading values from environment variables named: .SH AUTHOR David L. Mills and/or others .br -Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org +Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org .PP .nf diff --git a/ntpd/ntpdsim-opts.c b/ntpd/ntpdsim-opts.c index cd5e19388..0e53240af 100644 --- a/ntpd/ntpdsim-opts.c +++ b/ntpd/ntpdsim-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdsim-opts.c) * - * It has been AutoGen-ed Friday May 8, 2009 at 04:34:26 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:33:40 AM EDT * From the definitions ntpdsim-opts.def * and the template file options * @@ -1072,7 +1072,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDSIM"; tSCC zUsageTitle[] = -"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p7-RC6\n\ +"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p7-RC7\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { @@ -1080,7 +1080,7 @@ tSCC* apzHomeList[] = { ".", NULL }; -tSCC zBugsAddr[] = "http://bugs.ntp.isc.org, bugs@ntp.org"; +tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org"; #define zExplain NULL tSCC zDetail[] = "\n\n"; tSCC zFullVersion[] = NTPDSIM_FULL_VERSION; diff --git a/ntpd/ntpdsim-opts.h b/ntpd/ntpdsim-opts.h index 5aa6f2914..6717021b3 100644 --- a/ntpd/ntpdsim-opts.h +++ b/ntpd/ntpdsim-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdsim-opts.h) * - * It has been AutoGen-ed Friday May 8, 2009 at 04:34:25 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:33:39 AM EDT * From the definitions ntpdsim-opts.def * and the template file options * @@ -98,8 +98,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 43 -#define NTPDSIM_VERSION "4.2.4p7-RC6" -#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p7-RC6" +#define NTPDSIM_VERSION "4.2.4p7-RC7" +#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p7-RC7" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpdsim-opts.texi b/ntpd/ntpdsim-opts.texi index 9fb10ea8b..66a0a6cbe 100644 --- a/ntpd/ntpdsim-opts.texi +++ b/ntpd/ntpdsim-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpdsim-opts.texi) # -# It has been AutoGen-ed Friday May 8, 2009 at 04:34:29 AM EDT +# It has been AutoGen-ed Tuesday May 12, 2009 at 02:33:42 AM EDT # From the definitions ntpdsim-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpd/ntpdsim.1 b/ntpd/ntpdsim.1 index 483362204..5fb456c59 100644 --- a/ntpd/ntpdsim.1 +++ b/ntpd/ntpdsim.1 @@ -1,7 +1,7 @@ -.TH NTPDSIM 1 2009-05-08 "( 4.2.4p7-RC6)" "Programmer's Manual" +.TH NTPDSIM 1 2009-05-12 "( 4.2.4p7-RC7)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdsim.1) .\" -.\" It has been AutoGen-ed Friday May 8, 2009 at 04:34:28 AM EDT +.\" It has been AutoGen-ed Tuesday May 12, 2009 at 02:33:41 AM EDT .\" From the definitions ntpdsim-opts.def .\" and the template file agman1.tpl .\" @@ -344,7 +344,7 @@ is searched for within those directories. .SH AUTHOR David L. Mills and/or others .br -Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org +Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org .PP .nf diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 94250f08d..c7ee2d3b9 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 May 8, 2009 at 04:40:40 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:39:40 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.4p7-RC6\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p7-RC7\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { @@ -470,7 +470,7 @@ tSCC* apzHomeList[] = { ".", NULL }; -tSCC zBugsAddr[] = "http://bugs.ntp.isc.org, bugs@ntp.org"; +tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org"; #define zExplain NULL tSCC zDetail[] = "\n\ The\n\ diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 3c4fb0290..be91f0daa 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 May 8, 2009 at 04:40:39 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:39:40 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.4p7-RC6" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p7-RC6" +#define NTPDC_VERSION "4.2.4p7-RC7" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p7-RC7" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 23d10d241..b225dc4db 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 May 8, 2009 at 04:40:42 AM EDT +# It has been AutoGen-ed Tuesday May 12, 2009 at 02:39:42 AM EDT # 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 543fc0cbe..b5c17fe68 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2009-05-08 "( 4.2.4p7-RC6)" "Programmer's Manual" +.TH NTPDC 1 2009-05-12 "( 4.2.4p7-RC7)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Friday May 8, 2009 at 04:40:41 AM EDT +.\" It has been AutoGen-ed Tuesday May 12, 2009 at 02:39:41 AM EDT .\" From the definitions ntpdc-opts.def .\" and the template file agman1.tpl .\" @@ -145,7 +145,7 @@ is searched for within those directories. .SH AUTHOR David L. Mills and/or others .br -Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org +Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org .PP .nf diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c index 12c78da28..ddd1b1ad3 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 May 8, 2009 at 04:41:11 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:09 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.4p7-RC6\n\ +"ntpq - standard NTP query program - Ver. 4.2.4p7-RC7\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { @@ -418,7 +418,7 @@ tSCC* apzHomeList[] = { ".", NULL }; -tSCC zBugsAddr[] = "http://bugs.ntp.isc.org, bugs@ntp.org"; +tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org"; #define zExplain NULL tSCC zDetail[] = "\n\ The\n\ diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index d336ff3d7..34e5b25c9 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 May 8, 2009 at 04:41:11 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:09 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.4p7-RC6" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.4p7-RC6" +#define NTPQ_VERSION "4.2.4p7-RC7" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.4p7-RC7" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 6e2f10f6e..a49b3afb7 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 May 8, 2009 at 04:41:13 AM EDT +# It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:11 AM EDT # 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 828c3daa0..ba1ee491e 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2009-05-08 "( 4.2.4p7-RC6)" "Programmer's Manual" +.TH NTPQ 1 2009-05-12 "( 4.2.4p7-RC7)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Friday May 8, 2009 at 04:41:12 AM EDT +.\" It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:10 AM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" @@ -372,7 +372,7 @@ is searched for within those directories. .SH AUTHOR David L. Mills and/or others .br -Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org +Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org .PP .nf diff --git a/packageinfo.sh b/packageinfo.sh index 5e303cf4e..53346ce29 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -27,5 +27,5 @@ CLTAG=NTP_4_2_0 # - - rcpoint gets set to 0 # - - releasecandidate gets set to no # - GRONK is for -dev -rcpoint=6 +rcpoint=7 #rcpoint=GRONK diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 73fea6e8d..3dcea8cdf 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 May 8, 2009 at 04:41:39 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:39 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.4p7-RC6\n\ +"sntp - standard SNTP program - Ver. 4.2.4p7-RC7\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { @@ -521,7 +521,7 @@ tSCC* apzHomeList[] = { ".", NULL }; -tSCC zBugsAddr[] = "http://bugs.ntp.isc.org, bugs@ntp.org"; +tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org"; #define zExplain NULL tSCC zDetail[] = "\n\ .I sntp\n\ diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 39c349c85..1238a5f3b 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 May 8, 2009 at 04:41:38 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:38 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.4p7-RC6" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.4p7-RC6" +#define SNTP_VERSION "4.2.4p7-RC7" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.4p7-RC7" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 585a3f242..c5100f443 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 May 8, 2009 at 04:41:42 AM EDT +# It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:41 AM EDT # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index 84e18fc68..63ffe3d75 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 May 8, 2009 at 04:41:49 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:48 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -799,7 +799,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p7-RC6\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p7-RC7\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { @@ -807,7 +807,7 @@ tSCC* apzHomeList[] = { ".", NULL }; -tSCC zBugsAddr[] = "http://bugs.ntp.isc.org, bugs@ntp.org"; +tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org"; #define zExplain NULL tSCC zDetail[] = "\n\ If there is no new host key, look for an existing one.\n\ diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index d9e5d5b4a..6ea78c9e1 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 May 8, 2009 at 04:41:48 AM EDT + * It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:47 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -79,8 +79,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define NTP_KEYGEN_VERSION "4.2.4p7-RC6" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p7-RC6" +#define NTP_KEYGEN_VERSION "4.2.4p7-RC7" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p7-RC7" /* * 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 ff8e76b3a..957f7f025 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 May 8, 2009 at 04:41:51 AM EDT +# It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:50 AM EDT # 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 5ca69d9d7..016a52b27 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2009-05-08 "(ntp 4.2.4p7-RC6)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2009-05-12 "(ntp 4.2.4p7-RC7)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Friday May 8, 2009 at 04:41:50 AM EDT +.\" It has been AutoGen-ed Tuesday May 12, 2009 at 02:40:49 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\" @@ -163,7 +163,7 @@ is searched for within those directories. .SH AUTHOR David L. Mills and/or others .br -Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org +Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org .PP .nf