diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-23 13:00:10 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-23 13:00:10 +0000 |
commit | 87277523520815cc9d473841d0217bf15cc75531 (patch) | |
tree | 6622dc4c2b11a6f1073d0f3337a5397a74389c5c /german | |
parent | 43aa039f58a7220ed68b06bd6bebaf12e554694b (diff) | |
download | FreeBSD-ports-87277523520815cc9d473841d0217bf15cc75531.zip FreeBSD-ports-87277523520815cc9d473841d0217bf15cc75531.tar.gz |
Remove some unused code.
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 600b2dc..d99b5c1 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 600b2dc..d99b5c1 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\ |