diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-30 08:34:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-30 08:34:52 +0000 |
commit | 8623650b3bbeef30f7af594d65c04bd3035fc023 (patch) | |
tree | a5344d715d91418c73ee95f05b762987382fed80 /distrib/miniroot | |
parent | e9632f966bbfc374672eab6bbf52707bf8516e74 (diff) |
improve ftp/http proxy prompt
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 3d59cd76fa9..c7a45edfabf 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.122 1999/04/10 04:39:50 deraadt Exp $ +# $OpenBSD: install.sub,v 1.123 1999/05/30 08:34:51 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -809,7 +809,7 @@ echo if [ "X${_proxy_host}" = X"" ]; then _proxy_host=none fi -echo -n "HTTP/FTP proxy URL? (if you use a proxy) [${_proxy_host}] " +echo -n "HTTP/FTP proxy URL? (ie. \"http://proxy:8080\", or \"none\") [${_proxy_host}] " getresp "${_proxy_host}" if [ "X${resp}" = X"none" ]; then unset _proxy_host ftp_proxy http_proxy |