summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-11 02:33:33 +0000
committerjkh <jkh@FreeBSD.org>1997-02-11 02:33:33 +0000
commit6fb0e8741f33d82be86217cf1065a6741df8de33 (patch)
treef68ced1dfb7c8f8cedd333949910c9460ad3b666 /release
parent52780a13f1f77165d99da4526b2e7514f8e25e21 (diff)
downloadFreeBSD-src-6fb0e8741f33d82be86217cf1065a6741df8de33.zip
FreeBSD-src-6fb0e8741f33d82be86217cf1065a6741df8de33.tar.gz
Don't unilaterally decide to skip network configuration if running multi-user;
ask politely.
Diffstat (limited to 'release')
-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 11bc16e..c294c93 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -157,9 +157,8 @@ tcpOpenDialog(Device *devp)
char title[80];
if (!RunningAsInit) {
- if (isDebug())
- msgDebug("Running multi-user, assuming that the network is already up\n");
- return DITEM_SUCCESS;
+ if (!msgYesNo("Running multi-user, assume that the network is already configured?"))
+ return DITEM_SUCCESS;
}
save = savescr();
dialog_clear_norefresh();
OpenPOWER on IntegriCloud