summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2014-05-08 16:46:47 +0000
committerkrw <krw@openbsd.org>2014-05-08 16:46:47 +0000
commitc84bc628c9dde00cbe350391ab2d84b923aa6e60 (patch)
tree2a1b70cb8c6db7fe20feb3c176adec051be0fd23
parentfail for unsupported node action/type combinations. Also fail for the (diff)
downloadwireguard-openbsd-c84bc628c9dde00cbe350391ab2d84b923aa6e60.tar.xz
wireguard-openbsd-c84bc628c9dde00cbe350391ab2d84b923aa6e60.zip
"Server?" -> "HTTP Server?" to allow unambiguous auto-install
handling. Confusion with "NTP Server?" reported by Xavier Claude via misc@. ok rpe@ halex@
-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 84506ab2a37..357f08a9742 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.771 2014/05/05 00:09:16 bluhm Exp $
+# $OpenBSD: install.sub,v 1.772 2014/05/08 16:46:47 krw Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
# All rights reserved.
@@ -1365,10 +1365,10 @@ install_http() {
[[ $resp == none ]] || export http_proxy=$resp
if [[ -s $HTTP_LIST ]]; then
- _prompt="Server? (hostname, list#, 'done' or '?')"
+ _prompt="HTTP Server? (hostname, list#, 'done' or '?')"
else
echo "(Unable to get list from ftp.openbsd.org, but that is OK)"
- _prompt="Server? (hostname or 'done')"
+ _prompt="HTTP Server? (hostname or 'done')"
fi
# Get server IP address or hostname