diff options
author | 2009-05-06 22:48:03 +0000 | |
---|---|---|
committer | 2009-05-06 22:48:03 +0000 | |
commit | 71d526d1594dccbf7406220831388d60ca3eb88e (patch) | |
tree | c98d8edef2a4e5b8d53de18b71179a69776937e0 | |
parent | - explicitely disable some s/pdif features (ac3 passthrough, 24 and 32-bit (diff) | |
download | wireguard-openbsd-71d526d1594dccbf7406220831388d60ca3eb88e.tar.xz wireguard-openbsd-71d526d1594dccbf7406220831388d60ca3eb88e.zip |
use /snapshots/ rather than /4.5/ when you choose a numbered mirror from
the list. ok deraadt
-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 |