summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-21 15:57:21 +0000
committerjkh <jkh@FreeBSD.org>1996-05-21 15:57:21 +0000
commit1c2df5ae7993ac8535051e629b38342758460d1e (patch)
tree49fab3d207591dd8c433c8e5501237a34994d698 /release/sysinstall/tcpip.c
parent89cf8c56415ceec18642260c5816b4f35d0d144c (diff)
downloadFreeBSD-src-1c2df5ae7993ac8535051e629b38342758460d1e.zip
FreeBSD-src-1c2df5ae7993ac8535051e629b38342758460d1e.tar.gz
Remove a particularly annoying confirmation dialog.
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 373af2c..0f0bed7 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.37 1996/04/28 00:37:38 jkh Exp $
+ * $Id: tcpip.c,v 1.38 1996/04/30 05:25:15 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -547,8 +547,7 @@ tcpDeviceSelect(void)
if (RunningAsInit)
tcpOpenDialog(devs[0]);
else
- msgConfirm("Since you're running multi-user, we'll assume\n"
- "that the network is already up.");
+ msgDebug("Running multi-user, assuming that the network is already up\n");
mediaDevice = devs[0];
status = TRUE;
}
OpenPOWER on IntegriCloud