diff options
author | erdgeist <erdgeist@erdgeist.org> | 2010-05-26 00:53:05 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2010-05-26 00:53:05 +0000 |
commit | 560c3b2234518d93139f619b431c0981067edfa7 (patch) | |
tree | 70e6a340fbef8917a582735e940805a28585324b /ezjail-admin | |
parent | 886afa20e4fa2b0f29e53917ef9762ee6f33b81c (diff) |
Also look in FreeBSD-Archive for the requested distribution, thanks to Joan Picanyol i Puig.
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index 486515e..fa0b884 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -949,7 +949,7 @@ install) | |||
949 | cd "${ezjail_jailtemp}" || exerr "Error: Could not cd to ${ezjail_jailtemp}." | 949 | cd "${ezjail_jailtemp}" || exerr "Error: Could not cd to ${ezjail_jailtemp}." |
950 | 950 | ||
951 | # Try all paths as stolen from sysinstall, break on success. | 951 | # Try all paths as stolen from sysinstall, break on success. |
952 | for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots NO; do | 952 | for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do |
953 | if [ "${ezjail_path}" = "NO" ]; then | 953 | if [ "${ezjail_path}" = "NO" ]; then |
954 | echo -e "\nCould not fetch ${pkg} from ${ezjail_ftphost}.\n Maybe your release (${ezjail_release}) is specified incorrectly or the host ${ezjail_ftphost} does not provide that release build.\n Use the -r option to specify an existing release or the -h option to specify an alternative ftp server." >&2 | 954 | echo -e "\nCould not fetch ${pkg} from ${ezjail_ftphost}.\n Maybe your release (${ezjail_release}) is specified incorrectly or the host ${ezjail_ftphost} does not provide that release build.\n Use the -r option to specify an existing release or the -h option to specify an alternative ftp server." >&2 |
955 | [ "${ezjail_ftpserverqueried}" ] || ezjail_queryftpserver | 955 | [ "${ezjail_ftpserverqueried}" ] || ezjail_queryftpserver |