aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-25 17:24:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-25 17:24:07 +0000
commitd941deb76b3b1e21967f78641132bca54049ca2f (patch)
tree08f47bed9b68d95a301df0ca6fca8dd82b654cf5 /mail
parentcb364f27e07492d7a41d4c660dfb6c3f5ebdb727 (diff)
downloadports-d941deb76b3b1e21967f78641132bca54049ca2f.tar.gz
ports-d941deb76b3b1e21967f78641132bca54049ca2f.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/spamd/files/patch-spamd-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamd/files/patch-spamd-setup b/mail/spamd/files/patch-spamd-setup
index 0b18ed1db43f..6b517f056209 100644
--- a/mail/spamd/files/patch-spamd-setup
+++ b/mail/spamd/files/patch-spamd-setup
@@ -91,7 +91,7 @@
+#ifndef IPFW
while ((ch = getopt(argc, argv, "nd")) != -1) {
+#else
-+ while ((ch = getopt(argc, argv, "ndt")) != -1) {
++ while ((ch = getopt(argc, argv, "ndt:")) != -1) {
+#endif
switch (ch) {
case 'n':