From 0539a87a0e9c80e7b64f11a399cfe6ec3ff37d4f Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 2 Nov 1998 10:42:18 +0000 Subject: Remove the "adding default route" message and replace with "Looking up host %s". Suggested by: msmith --- usr.sbin/sysinstall/media.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/media.c') 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(); -- cgit v1.1