From: Harlan Stenn Date: Tue, 6 Nov 2007 06:50:44 +0000 (-0500) Subject: Update bugreport URL X-Git-Tag: NTP_4_2_5P95~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c28f7fd55faf57a55d08fbd6161bc9b6293b77e;p=thirdparty%2Fntp.git Update bugreport URL bk: 47300ec4S1VrozMqD3XoFQ5LHCK7uQ --- diff --git a/ChangeLog b/ChangeLog index b1c4d59a7..b858da5da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* Update bugreport URL. * Update -I documentation. * [Bug 713] Fix bug reporting information. * A bug in the application of the negative-sawtooth for 12 channel receivers. diff --git a/README b/README index daa85824e..dde61e269 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Submit patches, bug reports, and enhancement requests via - http://bugs.ntp.isc.org + http://bugs.ntp.org The ntp Distribution Base Directory diff --git a/README.bk b/README.bk index dc867b52e..8d8b2961e 100644 --- a/README.bk +++ b/README.bk @@ -1,6 +1,6 @@ In order to use the BitKeeper repository version of NTP you should visit - http://ntp.isc.org/Main/SoftwareDevelopment + http://support.ntp.org/Main/SoftwareDevelopment for important information. diff --git a/README.patches b/README.patches index 476bc69a1..f4cf755ae 100644 --- a/README.patches +++ b/README.patches @@ -2,7 +2,7 @@ See README.hackers for notes on coding styles. The master copy of this information can be found at: - http://ntp.isc.org/bin/view/Dev/MaintainerIssues#How_to_work_on_a_bug_using_BitKe + http://support.ntp.org/Dev/MaintainerIssues#How_to_work_on_a_bug_using_BitKe If you are going to patch both ntp-stable and ntp-dev please do it this way: diff --git a/WHERE-TO-START b/WHERE-TO-START index 081455785..1a7c317ac 100644 --- a/WHERE-TO-START +++ b/WHERE-TO-START @@ -15,7 +15,7 @@ bugfixes and drivers for new and exotic radios, telephones and sundials. This distribution is normally available by anonymous ftp as the compressed tar archive ntp-.tar.gz in the pub/ntp directory on huey.udel.edu and is the version number. The current stable -and development version numbers can be found at . +and development version numbers can be found at . A considerable amount of documentation, including build instructions, configuration advice, program usage and miscellaneous information is diff --git a/include/copyright.def b/include/copyright.def index 4d9e671ed..159f97d26 100644 --- a/include/copyright.def +++ b/include/copyright.def @@ -3,7 +3,7 @@ copyright = { date = "1970-2007"; owner = "David L. Mills and/or others"; - eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org"; + eaddr = "http://bugs.ntp.org, bugs@ntp.org"; type = note; text = "see html/copyright.html"; }; diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 73d2dd30c..cd877cc33 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 Tuesday November 6, 2007 at 12:26:48 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:44:31 AM EST * From the definitions ntpd-opts.def * and the template file options * @@ -1137,7 +1137,7 @@ 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 f2e2613b6..97afcc254 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 Tuesday November 6, 2007 at 12:26:48 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:44:30 AM EST * From the definitions ntpd-opts.def * and the template file options * diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 322ab176b..a6d57b45a 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 Tuesday November 6, 2007 at 12:26:51 AM EST +# It has been AutoGen-ed Tuesday November 6, 2007 at 01:44:33 AM EST # 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 e51f886f5..18faf41f2 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ .TH NTPD 1 2007-11-06 "( 4.2.5p94)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Tuesday November 6, 2007 at 12:26:50 AM EST +.\" It has been AutoGen-ed Tuesday November 6, 2007 at 01:44:32 AM EST .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" @@ -328,7 +328,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/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 385eb5598..f27890988 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 Monday November 5, 2007 at 06:43:45 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:45:45 AM EST * From the definitions ntpdc-opts.def * and the template file options * @@ -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 5909839fd..6e35a1677 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 Monday November 5, 2007 at 06:43:44 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:45:44 AM EST * From the definitions ntpdc-opts.def * and the template file options * diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index da26b6471..e3014ef2d 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 Monday November 5, 2007 at 06:43:46 AM EST +# It has been AutoGen-ed Tuesday November 6, 2007 at 01:45:46 AM EST # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore @@ -99,7 +99,7 @@ or by a single hyphen and the flag character. The following option preset mechanisms are supported: - reading file /users/stenn/.ntprc - - reading file /deacon/backroom/snaps/ntp-dev/ntpdc/.ntprc + - reading file /deacon/backroom/ntp-dev/ntpdc/.ntprc - examining environment variables named NTPDC_* The diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index 8e7d33c33..56368643f 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2007-11-05 "( 4.2.5p94)" "Programmer's Manual" +.TH NTPDC 1 2007-11-06 "( 4.2.5p94)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Monday November 5, 2007 at 06:43:46 AM EST +.\" It has been AutoGen-ed Tuesday November 6, 2007 at 01:45:46 AM EST .\" 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 c65857e70..48aaad805 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 Monday November 5, 2007 at 06:44:16 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:02 AM EST * From the definitions ntpq-opts.def * and the template file options * @@ -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 edbe7cfd5..fb752a615 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 Monday November 5, 2007 at 06:44:15 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:02 AM EST * From the definitions ntpq-opts.def * and the template file options * diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 028f570ea..345119e94 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 Monday November 5, 2007 at 06:44:18 AM EST +# It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:04 AM EST # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore @@ -79,7 +79,7 @@ or by a single hyphen and the flag character. The following option preset mechanisms are supported: - reading file /users/stenn/.ntprc - - reading file /deacon/backroom/snaps/ntp-dev/ntpq/.ntprc + - reading file /deacon/backroom/ntp-dev/ntpq/.ntprc - examining environment variables named NTPQ_* The diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index 9a7e9794b..0037bb8bc 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2007-11-05 "( 4.2.5p94)" "Programmer's Manual" +.TH NTPQ 1 2007-11-06 "( 4.2.5p94)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Monday November 5, 2007 at 06:44:16 AM EST +.\" It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:03 AM EST .\" 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/sntp/sntp-opts.c b/sntp/sntp-opts.c index e91da2de3..cd1669e79 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 Monday November 5, 2007 at 06:44:44 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:26 AM EST * From the definitions sntp-opts.def * and the template file options * @@ -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.def b/sntp/sntp-opts.def index d0ee84fbc..b4c7f6b04 100644 --- a/sntp/sntp-opts.def +++ b/sntp/sntp-opts.def @@ -7,7 +7,7 @@ autogen definitions options; copyright = { date = "1970-2006"; owner = "ntp.org"; - eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org"; + eaddr = "http://bugs.ntp.org, bugs@ntp.org"; type = note; text = `cat COPYRIGHT`; }; diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 5eb49b6ed..448424e29 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 Monday November 5, 2007 at 06:44:43 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:26 AM EST * From the definitions sntp-opts.def * and the template file options * diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 1bcb0e3ab..13ee268aa 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 Monday November 5, 2007 at 06:44:46 AM EST +# It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:28 AM EST # 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 7eaedeb5f..99a050c71 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2007-11-05 "( 4.2.5p94)" "Programmer's Manual" +.TH SNTP 1 2007-11-06 "( 4.2.5p94)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Monday November 5, 2007 at 06:44:45 AM EST +.\" It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:27 AM EST .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" @@ -308,7 +308,7 @@ is searched for within those directories. .SH AUTHOR ntp.org .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/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index 7496378fe..3b1655c8c 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 Monday November 5, 2007 at 06:44:53 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:37 AM EST * From the definitions ntp-keygen-opts.def * and the template file options * @@ -808,7 +808,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 e7df7380e..d6f6c1b14 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 Monday November 5, 2007 at 06:44:53 AM EST + * It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:37 AM EST * From the definitions ntp-keygen-opts.def * and the template file options * diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi index 72a8af6b1..928c64526 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 Monday November 5, 2007 at 06:44:55 AM EST +# It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:39 AM EST # From the definitions ntp-keygen-opts.def # and the template file aginfo.tpl @end ignore @@ -90,7 +90,7 @@ or by a single hyphen and the flag character. The following option preset mechanisms are supported: - reading file /users/stenn/.ntprc - - reading file /deacon/backroom/snaps/ntp-dev/util/.ntprc + - reading file /deacon/backroom/ntp-dev/util/.ntprc - examining environment variables named NTP_KEYGEN_* If there is no new host key, look for an existing one. diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1 index 7854b68b4..ba275dd3f 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2007-11-05 "(ntp 4.2.5p94)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2007-11-06 "(ntp 4.2.5p94)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Monday November 5, 2007 at 06:44:55 AM EST +.\" It has been AutoGen-ed Tuesday November 6, 2007 at 01:46:38 AM EST .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\" @@ -183,7 +183,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