diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-18 07:02:32 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-18 07:02:32 +0000 |
commit | 0393635b91f6afa4ce4d95f39ea87564818389ee (patch) | |
tree | 2c8249b169ba9d661ed8e5fa39a9c728ac677522 /usr.sbin/sysinstall/install.c | |
parent | b817ab4c15c61d4830b619a8178abe64e2cab4e2 (diff) | |
download | FreeBSD-src-0393635b91f6afa4ce4d95f39ea87564818389ee.zip FreeBSD-src-0393635b91f6afa4ce4d95f39ea87564818389ee.tar.gz |
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>
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r-- | usr.sbin/sysinstall/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index eaa47e2..eea143d 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; } |