diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-02 10:42:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-02 10:42:18 +0000 |
commit | 0539a87a0e9c80e7b64f11a399cfe6ec3ff37d4f (patch) | |
tree | 9bae440bf431106a347cca9a73a59ea605143e3f /usr.sbin/sysinstall | |
parent | e7035deee9be57ac72fc867468ef7f59bd1745cd (diff) | |
download | FreeBSD-src-0539a87a0e9c80e7b64f11a399cfe6ec3ff37d4f.zip FreeBSD-src-0539a87a0e9c80e7b64f11a399cfe6ec3ff37d4f.tar.gz |
Remove the "adding default route" message and replace with
"Looking up host %s".
Suggested by: msmith
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r-- | usr.sbin/sysinstall/media.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index 74a4141..526b9e6 100644 --- a/usr.sbin/sysinstall/media.c +++ b/usr.sbin/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.90 1998/10/29 10:18:49 obrien Exp $ + * $Id: media.c,v 1.91 1998/10/29 10:38:57 obrien Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -387,6 +387,7 @@ mediaSetFTP(dialogMenuItem *self) msgDebug("port # = `%d'\n", FtpPort); } if (variable_get(VAR_NAMESERVER)) { + msgNotify("Looking up host %s.", hostname); if (isDebug()) msgDebug("Starting DNS.\n"); kickstart_dns(); |