summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-26 08:58:35 +0000
committerjkh <jkh@FreeBSD.org>1995-05-26 08:58:35 +0000
commit2e7c0ede70dcc14c8606a396c03f207d3f94ce79 (patch)
treee27872cdd67f82fc1f5ad16b4d734a90279463d2 /release/sysinstall/tcpip.c
parentc9272a6f475ce6bc60d5f6a7c05cf373716bd373 (diff)
downloadFreeBSD-src-2e7c0ede70dcc14c8606a396c03f207d3f94ce79.zip
FreeBSD-src-2e7c0ede70dcc14c8606a396c03f207d3f94ce79.tar.gz
Tighten up the TCP/IP dialog a little.
Simply install procedure a bit.
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 12c70ad..79e5d93 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -111,17 +111,17 @@ static Layout layout[] = {
"Name server:", "IP address of your local DNS server",
nameserver, STRINGOBJ, NULL },
#define LAYOUT_NAMESERVER 3
-{ 11, 10, 18, IPADDR_FIELD_LEN - 1,
+{ 10, 10, 18, IPADDR_FIELD_LEN - 1,
"IP Address:",
"The IP address to be used for this interface",
ipaddr, STRINGOBJ, NULL },
#define LAYOUT_IPADDR 5
-{ 11, 35, 18, IPADDR_FIELD_LEN - 1,
+{ 10, 35, 18, IPADDR_FIELD_LEN - 1,
"Netmask:",
"The netmask for this interfaace, e.g. 0xffffff00 for a class C network",
netmask, STRINGOBJ, NULL },
#define LAYOUT_NETMASK 6
-{ 15, 10, 37, HOSTNAME_FIELD_LEN - 1,
+{ 14, 10, 37, HOSTNAME_FIELD_LEN - 1,
"Extra options to ifconfig:",
"Any interface-specific options to ifconfig you would like to use",
extras, STRINGOBJ, NULL },
OpenPOWER on IntegriCloud