diff options
author | erdgeist <erdgeist@erdgeist.org> | 2008-07-18 18:15:41 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2008-07-18 18:15:41 +0000 |
commit | 58a43ea6a43064a533edb966591a57dbf815bb77 (patch) | |
tree | 81244ccd844f093ba583006988a90e008ba29bbc /ezjail-admin | |
parent | b956978714bd381627bdcebb08afb7bb82eae8fd (diff) |
NOOO! We do not want to install word! Never! Thanks to Georg Hartzell for pointing that out.
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 3d7f7aa..f5ab181 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -660,7 +660,7 @@ setup|update) | |||
660 | unset ezjail_provideports ezjail_installaction | 660 | unset ezjail_provideports ezjail_installaction |
661 | 661 | ||
662 | shift; while getopts :biupPs: arg; do case ${arg} in | 662 | shift; while getopts :biupPs: arg; do case ${arg} in |
663 | b) ezjail_installaction="buildworld installword";; | 663 | b) ezjail_installaction="buildworld installworld";; |
664 | i) ezjail_installaction="installworld";; | 664 | i) ezjail_installaction="installworld";; |
665 | u) ezjail_installaction="freebsd-update";; | 665 | u) ezjail_installaction="freebsd-update";; |
666 | s) ezjail_sourcetree=${OPTARG};; | 666 | s) ezjail_sourcetree=${OPTARG};; |