diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-06 22:48:04 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-06 22:48:04 +0000 |
commit | a9579ee8d3b43f59b3b4a65aaf9cbdb71db7d436 (patch) | |
tree | 6171478f9696314b4b1c23a350bd5a32b168af80 /distrib | |
parent | 1a6113767d6fbce031775c3aef2d62177bab4ce4 (diff) |
use /snapshots/ rather than /4.5/ when you choose a numbered mirror from
the list. ok deraadt
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 fce264eb9cc..d288eab8b54 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.534 2009/05/06 20:41:38 todd Exp $ +# $OpenBSD: install.sub,v 1.535 2009/05/06 22:48:03 sthen Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1157,7 +1157,7 @@ install_url() { [[ $# -lt 1 ]] && { echo "There is no line $resp." ; continue ; } echo "Using $*" eval _${_url_type}_server_ip=${1%%/*} - eval _${_url_type}_server_dir=${1#*/}/$SETDIR + eval _${_url_type}_server_dir=${1#*/}/$FTPSETDIR # Repeat loop to get user to confirm server address. ;; *) eval _${_url_type}_server_ip=$resp |