summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-07 08:03:29 +0000
committerjkh <jkh@FreeBSD.org>1996-11-07 08:03:29 +0000
commit0096c37cc7c3e72bbdd505ef949ba848b2f8b1ce (patch)
treed2361de972591eca60efa43fc0e211301bfd2cb9 /release/sysinstall/tcpip.c
parente87ca66bb9d80209e28563e7dba5263da1ccc5a8 (diff)
downloadFreeBSD-src-0096c37cc7c3e72bbdd505ef949ba848b2f8b1ce.zip
FreeBSD-src-0096c37cc7c3e72bbdd505ef949ba848b2f8b1ce.tar.gz
Joerg's changes to add screen font and screenmap setting.
Some changes of my own to make screen saver configuration a little more sane, and also make it easier to get to the keyboard/screen setup from the options menu.
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index e6c407b..7d8dcb0 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.47 1996/10/05 12:16:49 jkh Exp $
+ * $Id: tcpip.c,v 1.48 1996/10/05 16:33:04 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -489,6 +489,7 @@ tcpOpenDialog(Device *devp)
if (ipaddr[0])
variable_set2(VAR_IPADDR, ipaddr);
restorescr(save);
+ configResolv(); /* XXX this will do it on the MFS copy XXX */
return DITEM_SUCCESS;
}
restorescr(save);
@@ -546,6 +547,5 @@ int
tcpMenuSelect(dialogMenuItem *self)
{
(void)tcpDeviceSelect();
- configResolv();
return DITEM_SUCCESS | DITEM_RECREATE | DITEM_RESTORE;
}
OpenPOWER on IntegriCloud