diff options
author | erdgeist <erdgeist@erdgeist.org> | 2010-04-08 21:03:25 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2010-04-08 21:03:25 +0000 |
commit | fdcbdec643f9bcb8fe37cdf1e1c0543e66b29946 (patch) | |
tree | 37bc34d09f8dd30d5c05e5a02fe3970ffef1d2f9 /ezjail-admin | |
parent | 1a26436e7c139703daf1e774597d0b69baad470c (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 3df96e5..9957512 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -325,7 +325,7 @@ ezjail_queryftpserver () { | |||
325 | unset _ret | 325 | unset _ret |
326 | echo -n "Querying your ftp-server... " | 326 | echo -n "Querying your ftp-server... " |
327 | TIFS=${IFS}; IFS= | 327 | TIFS=${IFS}; IFS= |
328 | for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots NO; do | 328 | for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do |
329 | if [ ${ezjail_path} = "NO" ]; then | 329 | if [ ${ezjail_path} = "NO" ]; then |
330 | echo "Warning: I am having problems querying the ftp server you specified (${ezjail_ftphost})." | 330 | echo "Warning: I am having problems querying the ftp server you specified (${ezjail_ftphost})." |
331 | _ret=1; break | 331 | _ret=1; break |