mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
Be consistent with the handbook and the release notes and specify all
mailing list addresses as freebsd-*@FreeBSD.org. Pointed out by: Kenneth R. Westback <krw@tcn.net>
This commit is contained in:
parent
bb24ea1e79
commit
862e2d600b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23977
@ -47,7 +47,7 @@ o E-mail addresses and tech support info:
|
||||
|
||||
For general questions, please send email to :
|
||||
|
||||
questions@FreeBSD.org
|
||||
freebsd-questions@FreeBSD.org
|
||||
|
||||
Please also have patience if your questions are not answered right
|
||||
away - this mailing list is staffed purely by volunteers and they also
|
||||
@ -63,13 +63,13 @@ changes in status during the life of the bug (or feature request).
|
||||
|
||||
Technical comments on this release should be sent (in English!) to:
|
||||
|
||||
hackers@FreeBSD.org
|
||||
freebsd-hackers@FreeBSD.org
|
||||
|
||||
Bug reports should be sent using the `send-pr' command or the Web page
|
||||
at http://www.freebsd.org/send-pr.html. If you cannot use either of
|
||||
these two methods, you may also send mail to:
|
||||
|
||||
bugs@FreeBSD.org
|
||||
freebsd-bugs@FreeBSD.org
|
||||
|
||||
|
||||
PLEASE ALSO BE SURE TO INDICATE WHICH VERSION OF FREEBSD YOU'RE
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.176 1997/03/09 22:25:44 jkh Exp $
|
||||
* $Id: install.c,v 1.177 1997/03/10 21:11:55 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -281,7 +281,7 @@ installFixitCDROM(dialogMenuItem *self)
|
||||
*/
|
||||
if (symlink("/dist", "/mnt2")) {
|
||||
msgConfirm("Unable to symlink /mnt2 to the CDROM mount point. Please report this\n"
|
||||
"unexpected failure to bugs@freebsd.org.");
|
||||
"unexpected failure to freebsd-bugs@FreeBSD.org.");
|
||||
return DITEM_FAILURE;
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.176 1997/03/09 22:25:44 jkh Exp $
|
||||
* $Id: install.c,v 1.177 1997/03/10 21:11:55 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -281,7 +281,7 @@ installFixitCDROM(dialogMenuItem *self)
|
||||
*/
|
||||
if (symlink("/dist", "/mnt2")) {
|
||||
msgConfirm("Unable to symlink /mnt2 to the CDROM mount point. Please report this\n"
|
||||
"unexpected failure to bugs@freebsd.org.");
|
||||
"unexpected failure to freebsd-bugs@FreeBSD.org.");
|
||||
return DITEM_FAILURE;
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.176 1997/03/09 22:25:44 jkh Exp $
|
||||
* $Id: install.c,v 1.177 1997/03/10 21:11:55 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -281,7 +281,7 @@ installFixitCDROM(dialogMenuItem *self)
|
||||
*/
|
||||
if (symlink("/dist", "/mnt2")) {
|
||||
msgConfirm("Unable to symlink /mnt2 to the CDROM mount point. Please report this\n"
|
||||
"unexpected failure to bugs@freebsd.org.");
|
||||
"unexpected failure to freebsd-bugs@FreeBSD.org.");
|
||||
return DITEM_FAILURE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user