summaryrefslogtreecommitdiff
path: root/www/zope29
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-05-15 02:49:17 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-05-15 02:49:17 +0000
commit29813d539747e58a6e3322df3f48eae4338c60b5 (patch)
treead64253796dc7d189145d9bb72dbd175c35488f4 /www/zope29
parent-Update to 2.0.0b4.p7 (diff)
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
Diffstat (limited to 'www/zope29')
-rw-r--r--www/zope29/files/zeo29.sh.in1
-rw-r--r--www/zope29/files/zope29.sh.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/www/zope29/files/zeo29.sh.in b/www/zope29/files/zeo29.sh.in
index 9c5510a0a770..c96f0c63e3e8 100644
--- a/www/zope29/files/zeo29.sh.in
+++ b/www/zope29/files/zeo29.sh.in
@@ -57,7 +57,6 @@ restart_cmd="zeo29_restart"
load_rc_config $name
: ${zeo29_enable="NO"}
-: ${zeo29_instances=""}
cmd="$1"
[ $# -gt 0 ] && shift
diff --git a/www/zope29/files/zope29.sh.in b/www/zope29/files/zope29.sh.in
index 3245091c712d..23d3e62f334b 100644
--- a/www/zope29/files/zope29.sh.in
+++ b/www/zope29/files/zope29.sh.in
@@ -56,7 +56,6 @@ restart_cmd="zope29_restart"
load_rc_config $name
: ${zope29_enable="NO"}
-: ${zope29_instances=""}
cmd="$1"
[ $# -gt 0 ] && shift