summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-27 23:52:55 +0000
committerjkh <jkh@FreeBSD.org>1995-05-27 23:52:55 +0000
commit35e4765fd59671cfcbaeca11e84bc7bfa0bf823f (patch)
tree7e260362382d9d77e76496c79ce3f6dd4b51b1f9 /release/sysinstall/tcpip.c
parent46125ba2eddf1b1eea2607293277346e29ee2af9 (diff)
downloadFreeBSD-src-35e4765fd59671cfcbaeca11e84bc7bfa0bf823f.zip
FreeBSD-src-35e4765fd59671cfcbaeca11e84bc7bfa0bf823f.tar.gz
1. Make this compile again after Poul's changes to the get() strategy
routine. 2. Improve the tcpip menu slightly.
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 7ece498..0d55801 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.21 1995/05/26 22:08:59 jkh Exp $
+ * $Id: tcpip.c,v 1.22 1995/05/27 23:39:34 phk Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -206,7 +206,7 @@ tcpOpenDialog(Device *devp)
/* Setup a nice screen for us to splat stuff onto */
draw_box(ds_win, TCP_DIALOG_Y, TCP_DIALOG_X, TCP_DIALOG_HEIGHT, TCP_DIALOG_WIDTH, dialog_attr, border_attr);
wattrset(ds_win, dialog_attr);
- mvwaddstr(ds_win, TCP_DIALOG_Y, TCP_DIALOG_X + 20, " Network Configuration ");
+ mvprintw(ds_win, TCP_DIALOG_Y, TCP_DIALOG_X + 20, " Interface %s ", devp->name);
draw_box(ds_win, TCP_DIALOG_Y + 9, TCP_DIALOG_X + 8, TCP_DIALOG_HEIGHT - 13, TCP_DIALOG_WIDTH - 17,
dialog_attr, border_attr);
OpenPOWER on IntegriCloud