summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-17 02:46:04 +0000
committerjkh <jkh@FreeBSD.org>1999-12-17 02:46:04 +0000
commit38d1286e581917473f60cd947e43281e559fd94c (patch)
treebcf3f14373fab68c4b50c78d876b16c5865944cc /usr.sbin/sysinstall/tcpip.c
parentb2296f0762c91f487672db3080e56267b120707f (diff)
downloadFreeBSD-src-38d1286e581917473f60cd947e43281e559fd94c.zip
FreeBSD-src-38d1286e581917473f60cd947e43281e559fd94c.tar.gz
In retrospect, msgNotify() should leave its contents on the screen
longer to give the user something to look at while things are happening. Change it to do so and insert the appropriate screen saves elsewhere.
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 28273f3..453fe5f 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -205,6 +205,7 @@ tcpOpenDialog(Device *devp)
char *tmp;
char title[80];
+ save = savescr();
/* Initialise vars from previous device values */
if (devp->private) {
DevInfo *di = (DevInfo *)devp->private;
@@ -282,7 +283,6 @@ tcpOpenDialog(Device *devp)
SAFE_STRCPY(nameserver, tmp);
}
- save = savescr();
/* If non-interactive, jump straight over the dialog crap and into config section */
if (variable_get(VAR_NONINTERACTIVE) &&
!variable_get(VAR_NETINTERACTIVE)) {
OpenPOWER on IntegriCloud