Remove the "adding default route" message and replace with

"Looking up host %s".

Suggested by:	msmith
This commit is contained in:
David E. O'Brien 1998-11-02 10:42:18 +00:00
parent 20ae30c22c
commit 1cf62e23d7
2 changed files with 4 additions and 2 deletions

View File

@ -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();

View File

@ -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();