diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-05 05:27:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-05 05:27:31 +0000 |
commit | 9ed62189341a9f1f74c3ff84365b9f46cbf721b3 (patch) | |
tree | 679dcac9f4f311af6fad208773813fe04c0eaf4d /distrib | |
parent | 20e8427d4dbbef33c828e5b7485691e18ea2cc26 (diff) |
get ftplist from proper host
Diffstat (limited to 'distrib')
-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 b2b67d75c70..4a228f458ad 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.17 1997/05/05 05:18:19 grr Exp $ +# $OpenBSD: install.sub,v 1.18 1997/05/05 05:27:30 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. @@ -557,7 +557,7 @@ __install_ftp_1 case "$resp" in n*|N*) ;; *) - ftp -V -a ftp://cvs.openbsd.org/pub/OpenBSD/`echo ${VERSION} | sed 's/\(.\)\(.\)/\1.\2/'`/ftplist | cat + ftp -V -a ftp://ftp.openbsd.org/pub/OpenBSD/`echo ${VERSION} | sed 's/\(.\)\(.\)/\1.\2/'`/ftplist | cat ;; esac |