diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-05 22:24:14 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-05 22:24:14 +0000 |
commit | 48eafdda70360b01d3728d92a1e2955ab9741f7e (patch) | |
tree | 659f709713861175d5ee02cc7685f9926137954a /www/linux-mozilla-devel/scripts/configure | |
parent | Drop maintainership. I'm done with this port and no longer using p4 (diff) |
__ ___ __
Update to /_ | / _ \ / /
| || | | | / /
| || | | | / /
| || |_| |/_/
|_(_)___/(_)
Have linkfarm script look for plugins in the new language-specific
Netscape 6 directories.
Make venkman optional.
Enable Chatzilla.
Reviewed by: http://jscript.dk/2002/4/moz1rc1tests/ircbufferoverrun.html
Notes
Notes:
svn path=/head/; revision=60671
Diffstat (limited to 'www/linux-mozilla-devel/scripts/configure')
-rw-r--r-- | www/linux-mozilla-devel/scripts/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/linux-mozilla-devel/scripts/configure b/www/linux-mozilla-devel/scripts/configure index a2989a552c02..8a08672e56c4 100644 --- a/www/linux-mozilla-devel/scripts/configure +++ b/www/linux-mozilla-devel/scripts/configure @@ -9,17 +9,17 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -echo "browser langenus regus venkman xpcom" > /tmp/checklist.tmp.$$; +echo "browser langenus regus xpcom" > /tmp/checklist.tmp.$$; /usr/bin/dialog --title "Mozilla component selection" --clear \ --checklist "\n\ Choose which components of Mozilla to download and install. \n\ Press the space bar to toggle selections." -1 -1 7 \ -"chatzilla" "IRC client (102 kB) DO NOT USE: HAS SECURITY BUG!" OFF \ +"chatzilla" "IRC client (104 kB)" ON \ "deflenus" "American English profile defaults (8 kB)" ON \ "inspector" "DOM inspector (240 kB)" ON \ -"mail" "Mozilla Mail and News (1728 kB)" ON \ -"psm" "Personal Security Manager--recommended (656 kB)" ON \ +"mail" "Mozilla Mail and News (1856 kB)" ON \ +"psm" "Personal Security Manager--recommended (784 kB)" ON \ "talkback" "sends crash logs to Mozilla staff (832 kB)" ON \ "venkman" "JavaScript debugger (150 kB)" ON \ 2>> /tmp/checklist.tmp.$$ |