diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-20 16:42:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-20 16:42:23 +0000 |
commit | 5638a734301fd135b74b47c10934c658cf1b64e4 (patch) | |
tree | 16925afcadd2b92348b7ae7e9f1b538f7bc22f7d /mail/milter-regex | |
parent | ef77b8f7969ed9e90f988fd1bef8338978ae3c1e (diff) | |
download | ports-5638a734301fd135b74b47c10934c658cf1b64e4.tar.gz ports-5638a734301fd135b74b47c10934c658cf1b64e4.zip |
Notes
Diffstat (limited to 'mail/milter-regex')
-rw-r--r-- | mail/milter-regex/files/patch-milter-regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/milter-regex/files/patch-milter-regex.c b/mail/milter-regex/files/patch-milter-regex.c index 48cf16e6238f..3ee60ce7d6c1 100644 --- a/mail/milter-regex/files/patch-milter-regex.c +++ b/mail/milter-regex/files/patch-milter-regex.c @@ -42,7 +42,7 @@ openlog("milter-regex", LOG_PID | LOG_NDELAY, LOG_DAEMON); - while ((ch = getopt(argc, argv, "c:dp:u:")) != -1) { -+ while ((ch = getopt(argc, argv, "c:dpqr:u:")) != -1) { ++ while ((ch = getopt(argc, argv, "c:dp:qr:u:")) != -1) { switch (ch) { case 'c': rule_file_name = optarg; |