aboutsummaryrefslogtreecommitdiff
path: root/mail/vbsfilter
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 /mail/vbsfilter
parent47674a9024d5ae3cd9f5366e069619af12740e46 (diff)
downloadports-29813d539747e58a6e3322df3f48eae4338c60b5.tar.gz
ports-29813d539747e58a6e3322df3f48eae4338c60b5.zip
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
Notes
Notes: svn path=/head/; revision=274133
Diffstat (limited to 'mail/vbsfilter')
-rw-r--r--mail/vbsfilter/files/vbsfilter.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/vbsfilter/files/vbsfilter.sh.in b/mail/vbsfilter/files/vbsfilter.sh.in
index 5183e486cf56..11302be8bd82 100644
--- a/mail/vbsfilter/files/vbsfilter.sh.in
+++ b/mail/vbsfilter/files/vbsfilter.sh.in
@@ -17,9 +17,10 @@
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
+# vbsfilter_flags Flags to vbsfilter
+
vbsfilter_enable=${vbsfilter_enable:-"NO"} # Enable vbsfilter-milter
vbsfilter_socket=${vbsfilter_socket:-"/var/run/vbsfilter"} # Path to socket
-# vbsfilter_flags="" # Flags to vbsfilter
. /etc/rc.subr