diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-23 13:00:10 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-23 13:00:10 +0000 |
commit | 59a2941c52f858bf0e62a1cce3a65aa518b98339 (patch) | |
tree | 7b5a6ea9081275db4257e7383627f709cadbcad4 /german | |
parent | Generate packing list. (diff) |
Remove some unused code.
Notes
Notes:
svn path=/head/; revision=59795
Diffstat (limited to 'german')
-rw-r--r-- | german/linux-netscape6/scripts/configure | 8 | ||||
-rw-r--r-- | german/netscape7/scripts/configure | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/german/linux-netscape6/scripts/configure b/german/linux-netscape6/scripts/configure index 600b2dca2df8..d99b5c1783a2 100644 --- a/german/linux-netscape6/scripts/configure +++ b/german/linux-netscape6/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ diff --git a/german/netscape7/scripts/configure b/german/netscape7/scripts/configure index 600b2dca2df8..d99b5c1783a2 100644 --- a/german/netscape7/scripts/configure +++ b/german/netscape7/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ |