diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-15 06:29:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-15 06:29:02 +0000 |
commit | 6dcc10bcd6d458bc4beb640e75634bd30fcf6772 (patch) | |
tree | 3db60ac6efa86cb884d9d5528da349ca025c485a | |
parent | 007e424948af9f24f48e5d291bee20af8c32fc99 (diff) |
Get ``ftplist'' from ftp.usa.openbsd.org.
-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 ab53575b41c..31b50475871 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.25 1997/05/15 06:26:08 millert Exp $ +# $OpenBSD: install.sub,v 1.26 1997/05/15 06:29:01 millert Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -639,7 +639,7 @@ install_url() { case "$resp" in n*|N*) ;; *) - ftp ${_ftp_passive} -V -a ftp://ftp.openbsd.org/pub/OpenBSD/`echo ${VERSION} | sed 's/\(.\)\(.\)/\1.\2/'`/${_url_type}list | cat + ftp ${_ftp_passive} -V -a ftp://ftp.usa.openbsd.org/pub/OpenBSD/`echo ${VERSION} | sed 's/\(.\)\(.\)/\1.\2/'`/${_url_type}list | cat ;; esac |