summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-04-22 14:46:29 +0000
committererdgeist <erdgeist@erdgeist.org>2006-04-22 14:46:29 +0000
commite83c2468c5410ca0b87acec34166e985e02f5882 (patch)
treef0e4c2f6c722b81f3ce2ab9cfce66892225c783d
parent79635f6ff0ece1d2e0d6c645fad697ffe60124e5 (diff)
Two typos when merging ezjail-release.sh into ezjail-admin. Thanks to Greg Johnson
-rwxr-xr-xezjail-admin4
1 files changed, 2 insertions, 2 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 5d5e0fd..b6cb4e7 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -437,7 +437,7 @@ install)
437 437
438 ezjail_installarch=`uname -p` 438 ezjail_installarch=`uname -p`
439 ezjail_ftphost=${ezjail_ftphost:-"ftp.freebsd.org"} 439 ezjail_ftphost=${ezjail_ftphost:-"ftp.freebsd.org"}
440 ezjail_ftphost=${ezjail_host#ftp://} 440 ezjail_ftphost=${ezjail_ftphost#ftp://}
441 ezjail_dir=${ezjail_ftphost#file://} 441 ezjail_dir=${ezjail_ftphost#file://}
442 [ "${ezjail_dir%%[!/]*}" ] || ezjail_reldir=${PWD} 442 [ "${ezjail_dir%%[!/]*}" ] || ezjail_reldir=${PWD}
443 # XXX 443 # XXX
@@ -473,7 +473,7 @@ install)
473 # Try all paths as stolen from sysinstall, break on success. 473 # Try all paths as stolen from sysinstall, break on success.
474 for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots NO; do 474 for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots NO; do
475 [ "${ezjail_path}" = "NO" ] && exerr "Could not fetch ${pkg} from ${ezjail_ftphost}." 475 [ "${ezjail_path}" = "NO" ] && exerr "Could not fetch ${pkg} from ${ezjail_ftphost}."
476 ftp "${ezjail_ftphost}:${ezjail_path}/${ezjail_arch}/${ezjail_release}/${pkg}/*" && break 476 ftp "${ezjail_ftphost}:${ezjail_path}/${ezjail_installarch}/${ezjail_release}/${pkg}/*" && break
477 done 477 done
478 478
479 # These actions are really ugly: sources want $1 to contain the set 479 # These actions are really ugly: sources want $1 to contain the set