summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-17 08:13:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-17 08:13:59 +0000
commit19cd681a5c99956f75da0a57a8a698e9943ae11c (patch)
treead9594805dbe644930da37383a00a0e12a991923 /distrib
parent7a0d717075f339beeae8bc72b10db4e175a0f704 (diff)
clarify
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/install.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 3a9b2d891cf..b61d9a17c34 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.41 1997/10/17 04:31:18 deraadt Exp $
+# $OpenBSD: install.sub,v 1.42 1997/10/17 08:13:58 deraadt Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -466,7 +466,7 @@ configure_ifs() {
# Get netmask
resp="" # force one iteration
while [ "X${resp}" = X"" ]; do
- echo -n "Netmask? [$_interface_mask] "
+ echo -n "Netmask (ie. 255.255.255.0)? [$_interface_mask] "
getresp "$_interface_mask"
_interface_mask=$resp
done
@@ -619,7 +619,7 @@ install_url() {
if [ "X${_proxy_host}" = X"" ]; then
_proxy_host=none
fi
- echo -n "http/ftp proxy URL? [${_proxy_host}] "
+ echo -n "http/ftp proxy URL? (none if you do not use a proxy) [${_proxy_host}] "
getresp "${_proxy_host}"
if [ "X${resp}" = X"none" ]; then
unset _proxy_host ftp_proxy http_proxy