diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-25 17:24:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-25 17:24:07 +0000 |
commit | d941deb76b3b1e21967f78641132bca54049ca2f (patch) | |
tree | 08f47bed9b68d95a301df0ca6fca8dd82b654cf5 /mail | |
parent | cb364f27e07492d7a41d4c660dfb6c3f5ebdb727 (diff) | |
download | ports-d941deb76b3b1e21967f78641132bca54049ca2f.tar.gz ports-d941deb76b3b1e21967f78641132bca54049ca2f.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamd/files/patch-spamd-setup | 2 |
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': |