NOOO! We do not want to install word! Never! Thanks to Georg Hartzell for pointing that out.

This commit is contained in:
erdgeist 2008-07-18 18:15:41 +00:00
parent b956978714
commit 58a43ea6a4

View File

@ -660,7 +660,7 @@ setup|update)
unset ezjail_provideports ezjail_installaction unset ezjail_provideports ezjail_installaction
shift; while getopts :biupPs: arg; do case ${arg} in shift; while getopts :biupPs: arg; do case ${arg} in
b) ezjail_installaction="buildworld installword";; b) ezjail_installaction="buildworld installworld";;
i) ezjail_installaction="installworld";; i) ezjail_installaction="installworld";;
u) ezjail_installaction="freebsd-update";; u) ezjail_installaction="freebsd-update";;
s) ezjail_sourcetree=${OPTARG};; s) ezjail_sourcetree=${OPTARG};;