]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Update bugreport URL
authorHarlan Stenn <stenn@ntp.org>
Tue, 6 Nov 2007 06:50:44 +0000 (01:50 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 6 Nov 2007 06:50:44 +0000 (01:50 -0500)
bk: 47300ec4S1VrozMqD3XoFQ5LHCK7uQ

27 files changed:
ChangeLog
README
README.bk
README.patches
WHERE-TO-START
include/copyright.def
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
sntp/sntp-opts.c
sntp/sntp-opts.def
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index b1c4d59a726cb56d31b4f5659e454494560ecadc..b858da5da985dbcef01a104bd21c2cb951b0f83c 100644 (file)
--- 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 daa85824e94da477ef53b00cd17cdff33edbb88d..dde61e269adb92c6ba051a5b2b5966aa6740d030 100644 (file)
--- 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
 
index dc867b52ecfa45c9cbdcceeeede9046276eacd6e..8d8b2961edad13612a976d74ee54469cadbe78cb 100644 (file)
--- 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.
 
index 476bc69a151ea73255cb266a6e31b3f80541458a..f4cf755ae6cf96508906efc39547e55d2c8db449 100644 (file)
@@ -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:
index 0814557854ba07140a6ed5c96da96b64c007ded4..1a7c317acacee7e8b126903f2bb5d79bf60be26e 100644 (file)
@@ -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-<version>.tar.gz in the pub/ntp directory on
 huey.udel.edu and <version> is the version number. The current stable
-and development version numbers can be found at <http://ntp.isc.org>.
+and development version numbers can be found at <http://www.ntp.org>.
 
 A considerable amount of documentation, including build instructions,
 configuration advice, program usage and miscellaneous information is
index 4d9e671ed50c8ce4d03fc07aea0ecc5148969354..159f97d2641581ebcf7d23f5497d38a1bf8ccf7b 100644 (file)
@@ -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";
 };
index 73d2dd30c3e3787181e18826a24ef96a49cb6270..cd877cc338fb0d7229ca02054ad76388beaa4657 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\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;
index f2e2613b6f04f5a39f8a6d8b6068e593f112977e..97afcc254b6886ca7d9833c56b1db36160a84b44 100644 (file)
@@ -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
  *
index 322ab176b2e7310e21e9749a75da93612d3181d6..a6d57b45a57403ac89ca0835df8b82b78b77eed3 100644 (file)
@@ -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
index e51f886f5d9d4ce0c3efc9b23dce637ac38063bf..18faf41f271093fe63cb36c69c4ec747e16f55d2 100644 (file)
@@ -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
index 385eb5598e6a5c4ddb917fa3a0be7b654d8a1678..f278909880ae4f6bc8c4e56a991a7eed46dd6944 100644 (file)
@@ -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\
index 5909839fd0448052cd563d29da54c6c1946a215e..6e35a1677d6b3f480fe2681e59d8d426d4357d7f 100644 (file)
@@ -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
  *
index da26b6471adaa57fed355598b1b6049c504b624a..e3014ef2d15796fb9ee8b4b900a9c8b41566a976 100644 (file)
@@ -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
index 8e7d33c339952835a6a1a3fc822824a27c2d8ef3..56368643f5626a829d623043411e45ba95573d00 100644 (file)
@@ -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
index c65857e7052fbf1e08dbbbded917493688eff9b0..48aaad805953bfdfd6260d099ae35b06a20a3e92 100644 (file)
@@ -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\
index edbe7cfd550824df7eb6ed1ebd9f7e6bcab332aa..fb752a615146cca988fee24b6a06a31520cb443d 100644 (file)
@@ -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
  *
index 028f570ea7668cc98958d30b7ea35deec8161cd4..345119e94e42e696edca7e1a9c2bb22307cd1088 100644 (file)
@@ -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
index 9a7e9794ba4dfff2245b6c8966e8ada19348e5f7..0037bb8bcc6ddd1ea3c631a2f7f560ce1c35c036 100644 (file)
@@ -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
index e91da2de32bd28f28a49bb88052846a927013211..cd1669e795f66f239b8eddb34add92ecdc36d3e9 100644 (file)
@@ -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\
index d0ee84fbc1015213e07825074e0655bda7374e41..b4c7f6b044e8c5a66d81780b551c232ba2eafe39 100644 (file)
@@ -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`;
 };
index 5eb49b6edc01724843fe7824043397415602b209..448424e29e86fec147b8c299d70cde326f92cfcf 100644 (file)
@@ -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
  *
index 1bcb0e3ab276f16f6843f95f2f521f7c78765904..13ee268aa8ad95ebc05fac819b9c2fb667c4ec40 100644 (file)
@@ -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
index 7eaedeb5fb74280c9dbe5da4f03387b855e0765c..99a050c71daeeff5a098a936213bfcd81815e8e4 100644 (file)
@@ -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
index 7496378fec87c17fec04e280f079a3e151f14669..3b1655c8c368c7a5f80063474dc71d9bc6643c65 100644 (file)
@@ -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\
index e7df7380e0d0d4db743cf73a4063e8fe3b6afd04..d6f6c1b14bf49cddb54a12886c6db6375b844c39 100644 (file)
@@ -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
  *
index 72a8af6b175028516e59e4be04790b90228d9b29..928c6452625088ec6e97440b4fc9e186c36296cc 100644 (file)
@@ -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.
index 7854b68b42ceebce79ac6c31b41747fbaf3e6e08..ba275dd3f072a9eeefbca6b96e0c798553b0aac3 100644 (file)
@@ -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