summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-02 10:09:45 +0000
committerjkh <jkh@FreeBSD.org>1996-05-02 10:09:45 +0000
commit6d3c284e1723be3ce96b49ebc81d0c2f475fa5de (patch)
treeb5ea3895f8012bac795136c79ae77b33b1ef4789 /release
parent231d0e7bcf38034e7fe1f6fc0673b4325315582c (diff)
downloadFreeBSD-src-6d3c284e1723be3ce96b49ebc81d0c2f475fa5de.zip
FreeBSD-src-6d3c284e1723be3ce96b49ebc81d0c2f475fa5de.tar.gz
Clear the TCP/IP device configuration screen away after we invoke it.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 0e4f0e5..c978c0c 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.94 1996/04/30 05:23:46 jkh Exp $
+ * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self)
/* This will also set the media device, which we don't want */
tcpDeviceSelect();
mediaDevice = save;
+ dialog_clear();
}
}
OpenPOWER on IntegriCloud