diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-02 10:42:18 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-02 10:42:18 +0000 |
| commit | 1cf62e23d7bdcf8f753deab909bd8fa290ef1fee (patch) | |
| tree | f319123f0c5799adc8d544fd62b9da1a1601c162 | |
| parent | 20ae30c22c7e8d61aa3c8b136d65829b11516558 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/media.c | 3 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/media.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/release/sysinstall/media.c b/release/sysinstall/media.c index 74a41418a925..526b9e695c08 100644 --- a/release/sysinstall/media.c +++ b/release/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(); diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index 74a41418a925..526b9e695c08 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(); |
