[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wrong references in README
From: |
Alfred M. Szmidt |
Subject: |
Re: wrong references in README |
Date: |
Fri, 27 Feb 2004 21:29:59 +0100 (MET) |
Here is a patch for this.
ChangeLog
2004-02-27 Alfred M. Szmidt <ams@kemisten.nu>
* README, INSTALL: Changed `@prep.ai.mit.edu' to `@gnu.org'
proc/ChangeLog
2004-02-27 Alfred M. Szmidt <ams@kemisten.nu>
* host.c (rebuild_uname): Changed `@prep.ai.mit.edu' to
`@gnu.org'
release/ChangeLog
2004-02-27 Alfred M. Szmidt <ams@kemisten.nu>
* dist-README, INSTALL-binary: Changed `@prep.ai.mit.edu' to
`gnu.org'.
Index: INSTALL
===================================================================
RCS file: /cvsroot/hurd/hurd/INSTALL,v
retrieving revision 1.8
diff -u -r1.8 INSTALL
--- INSTALL 10 Feb 2002 17:11:22 -0000 1.8
+++ INSTALL 27 Feb 2004 20:24:44 -0000
@@ -24,12 +24,12 @@
easily-fixed bugs in compilation for the i386-gnu target.)
Bug reports for the GNU Hurd should be sent to the mailing list
-`bug-hurd@prep.ai.mit.edu'. Please do not send requests for
-assistance in installing or using the software to that address.
-Instead, send requests for assistance to the mailing list
-`help-hurd@prep.ai.mit.edu'. You can join these lists by sending a
-request to `bug-hurd-request@prep.ai.mit.edu' or
-`help-hurd-request@prep.ai.mit.edu' respectively.
+`bug-hurd@gnu.org'. Please do not send requests for assistance in
+installing or using the software to that address. Instead, send
+requests for assistance to the mailing list `help-hurd@gnu.org'. You
+can join these lists by sending a request to
+`bug-hurd-request@gnu.org' or `help-hurd-request@gnu.org'
+respectively.
Configuring the Hurd
Index: README
===================================================================
RCS file: /cvsroot/hurd/hurd/README,v
retrieving revision 1.4
diff -u -r1.4 README
--- README 10 Jun 1997 00:48:16 -0000 1.4
+++ README 27 Feb 2004 20:24:44 -0000
@@ -25,12 +25,12 @@
working code.
Bug reports for the GNU Hurd should be sent to the mailing list
-`bug-hurd@prep.ai.mit.edu'. Please do not send requests for
-assistance in installing or using the software to that address.
-Instead, send requests for assistance to the mailing list
-`help-hurd@prep.ai.mit.edu'. You can join these lists by sending a
-request to `bug-hurd-request@prep.ai.mit.edu' or
-`help-hurd-request@prep.ai.mit.edu' respectively.
+`bug-hurd@gnu.org'. Please do not send requests for assistance in
+installing or using the software to that address. Instead, send
+requests for assistance to the mailing list `help-hurd@gnu.org'. You
+can join these lists by sending a request to
+`bug-hurd-request@gnu.org' or `help-hurd-request@gnu.org'
+respectively.
The GNU Hurd is free software. All of it, including the libraries in
this distribution, is covered by the GNU General Public License, found
Index: release/INSTALL-binary
===================================================================
RCS file: /cvsroot/hurd/hurd/release/INSTALL-binary,v
retrieving revision 1.26
diff -u -r1.26 INSTALL-binary
--- release/INSTALL-binary 23 Jun 1997 17:33:39 -0000 1.26
+++ release/INSTALL-binary 27 Feb 2004 20:24:59 -0000
@@ -21,15 +21,15 @@
Bug reports for programs in this distribution should be sent to the
maintainer of the program. For a complete list of which mailing lists
-get bug reports for which programs, ask `gnu@prep.ai.mit.edu'.
+get bug reports for which programs, ask `gnu@gnu.org'.
Bug reports for the GNU Hurd should be sent to the mailing list
-`bug-hurd@prep.ai.mit.edu'. Please do not send requests for
-assistance in installing or using the software to that address.
-Instead, send requests for assistance to the mailing list
-`help-hurd@prep.ai.mit.edu'. You can join these lists by sending a
-request to `bug-hurd-request@prep.ai.mit.edu' or
-`help-hurd-request@prep.ai.mit.edu' respectively.
+`bug-hurd@gnu.org'. Please do not send requests for assistance in
+installing or using the software to that address. Instead, send
+requests for assistance to the mailing list `help-hurd@gnu.org'. You
+can join these lists by sending a request to
+`bug-hurd-request@gnu.org' or `help-hurd-request@gnu.org'
+respectively.
In addition, bug reports or requests for help in using the system as a
connected whole (as opposed to for particular programs) should be sent
Index: proc/host.c
===================================================================
RCS file: /cvsroot/hurd/hurd/proc/host.c,v
retrieving revision 1.18
diff -u -r1.18 host.c
--- proc/host.c 8 May 2002 09:24:49 -0000 1.18
+++ proc/host.c 27 Feb 2004 20:24:59 -0000
@@ -333,7 +333,7 @@
if (p > end)
#ifdef notyet
syslog (LOG_EMERG,
- "_UTSNAME_LENGTH %u too short; inform bug-glibc@prep.ai.mit.edu\n",
+ "_UTSNAME_LENGTH %u too short; inform bug-glibc@gnu.org\n",
p - end)
#endif
;