diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-17 12:35:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-17 12:35:02 +0000 |
commit | aa067d80268ec1a80a230c36eefd80d17cde2d32 (patch) | |
tree | 19bfa44af5b69cd8a39e772a919bf0f84594d36d /distrib/miniroot/install.sub | |
parent | b09c56a1d021ab3d1ab2bf853c54a560d1165408 (diff) |
look at ftp.openbsd.org not ftp.usa... the ftp one is now fast
Diffstat (limited to 'distrib/miniroot/install.sub')
-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 749b26e3f6f..96d083b465b 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.45 1997/10/17 12:20:28 deraadt Exp $ +# $OpenBSD: install.sub,v 1.46 1997/10/17 12:35:01 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. @@ -660,7 +660,7 @@ install_url() { case "$resp" in n*|N*) ;; *) - ftp ${_ftp_passive} -V -a ftp://ftp.usa.openbsd.org/pub/OpenBSD/${VERSION_MAJOR}.${VERSION_MINOR}/ftplist | grep "^${_url_type}:" + ftp ${_ftp_passive} -V -a ftp://ftp.openbsd.org/pub/OpenBSD/${VERSION_MAJOR}.${VERSION_MINOR}/ftplist | grep "^${_url_type}:" ;; esac |