aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-03-18 07:02:32 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-03-18 07:02:32 +0000
commit862e2d600b3d0b05fccc7f0016e03ce8e4ee9195 (patch)
treea1a350f9ac2d6a2518ed4c54c25cc41fbde8e074 /usr.sbin
parentbb24ea1e79278a4e9e9d3e185bb8ecee61f8ddf8 (diff)
downloadsrc-862e2d600b3d0b05fccc7f0016e03ce8e4ee9195.tar.gz
src-862e2d600b3d0b05fccc7f0016e03ce8e4ee9195.zip
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>
Notes
Notes: svn path=/head/; revision=23977
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/install.c4
-rw-r--r--usr.sbin/sysinstall/install.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index eaa47e212a7b..eea143d7313d 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -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;
}
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index eaa47e212a7b..eea143d7313d 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -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;
}