Change default FTP server (s/ftp-archive/ftp/).

This commit is contained in:
Devin Teske 2013-07-05 17:56:15 +00:00
parent f0157ce528
commit 2a5bf6db9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252811

View File

@ -13,7 +13,8 @@ nonInteractive=1
TMPDIR=/tmp
if [ ! -e "$TMPDIR/packages/INDEX" ]; then
[ -d "$TMPDIR/packages" ] || mkdir -p "$TMPDIR/packages" || exit 1
_ftpPath=ftp://ftp-archive.freebsd.org
_ftpPath=ftp://ftp.freebsd.org
# For older releases, use ftp://ftp-archive.freebsd.org
mediaSetFTP
mediaOpen
f_show_info "Downloading packages/INDEX from %s" "$_ftpPath"