summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/config.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-07 16:34:12 +0000
committerjkh <jkh@FreeBSD.org>1996-11-07 16:34:12 +0000
commita216a996d5f7450bcb1e7cc542534993a88b301f (patch)
tree4b99916308e76188340a913d1832cbee42185cd1 /release/sysinstall/config.c
parent5e17097f62094cfbb23105e16c49c5241d91a604 (diff)
downloadFreeBSD-src-a216a996d5f7450bcb1e7cc542534993a88b301f.zip
FreeBSD-src-a216a996d5f7450bcb1e7cc542534993a88b301f.tar.gz
This warning is too annoying now. Kill it.
Diffstat (limited to 'release/sysinstall/config.c')
-rw-r--r--release/sysinstall/config.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c
index 951bfee..ef61643 100644
--- a/release/sysinstall/config.c
+++ b/release/sysinstall/config.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: config.c,v 1.54 1996/11/07 08:03:18 jkh Exp $
+ * $Id: config.c,v 1.55 1996/11/07 15:35:42 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -385,12 +385,8 @@ configResolv(void)
}
cp = variable_get(VAR_NAMESERVER);
- if (!cp || !*cp) {
- msgConfirm("Warning: Missing name server value - be sure to refer\n"
- "to other hosts in any network operation by IP address\n"
- "rather than name (or go back and fill in a name server).");
+ if (!cp || !*cp)
goto skip;
- }
fp = fopen("/etc/resolv.conf", "w");
if (!fp) {
msgConfirm("Unable to open /etc/resolv.conf! You will need to do this manually.");
OpenPOWER on IntegriCloud