diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-23 18:58:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-23 18:58:20 +0000 |
commit | be324038c5eb9445c500d3d571c8859a2d2c5f5e (patch) | |
tree | 1c0c7e8038a2e23f17c332804d5b5c2d5e86d218 /distrib/miniroot/install.sub | |
parent | 46a2d0053c148c849f0ba0a03a8d85ddcc3beb3f (diff) |
ask for ftp password once
Diffstat (limited to 'distrib/miniroot/install.sub')
-rw-r--r-- | distrib/miniroot/install.sub | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 4c3079410f4..be978a9d686 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.128 1999/09/23 18:57:39 deraadt Exp $ +# $OpenBSD: install.sub,v 1.129 1999/09/23 18:58:19 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 @@ -946,16 +946,6 @@ if [ "${_url_type}" = "ftp" ]; then stty echo echo _ftp_server_password=$resp - - echo -n "Password (again): " - stty -echo - getresp "${_ftp_server_password}" - stty echo - echo - if [ "${_ftp_server_password}" != "${resp}" ]; then - echo "Passwords do not match, try again." - resp= - fi done else # only used by ftp_list_files() |