From: krw Date: Thu, 8 May 2014 16:46:47 +0000 (+0000) Subject: "Server?" -> "HTTP Server?" to allow unambiguous auto-install X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c84bc628c9dde00cbe350391ab2d84b923aa6e60;p=openbsd "Server?" -> "HTTP Server?" to allow unambiguous auto-install handling. Confusion with "NTP Server?" reported by Xavier Claude via misc@. ok rpe@ halex@ --- 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