diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-02 06:52:54 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-02 06:52:54 +0000 |
commit | 9c99ed6527b15918c2fe1ba284d54351e832fd9f (patch) | |
tree | 0925341faebbf19c2c6baff70289499ce7a9f9fa /mail/milter-regex/files/patch-milter-regex.8 | |
parent | - Update to 1.2.2 (diff) |
- Add support for rc.d style startup scripts for mail/milter-regex port.
- reset maintainership
PR: ports/103114
Submitted by: Derek Marcotte <derekm dot nospam_AT_rogers dot com>
Approved by: maintainer (dhartmei)
Notes
Notes:
svn path=/head/; revision=176169
Diffstat (limited to 'mail/milter-regex/files/patch-milter-regex.8')
-rw-r--r-- | mail/milter-regex/files/patch-milter-regex.8 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/milter-regex/files/patch-milter-regex.8 b/mail/milter-regex/files/patch-milter-regex.8 new file mode 100644 index 000000000000..f89426009556 --- /dev/null +++ b/mail/milter-regex/files/patch-milter-regex.8 @@ -0,0 +1,25 @@ +*** milter-regex.8.orig Sat Mar 13 12:21:23 2004 +--- milter-regex.8 Wed Sep 6 16:15:59 2006 +*************** +*** 37,42 **** +--- 37,43 ---- + .Nm + .Op Fl d + .Op Fl c Ar config ++ .Op Fl r Ar pid-file + .Op Fl p Ar pipe + .Op Fl u Ar user + .Sh DESCRIPTION +*************** +*** 54,60 **** +--- 54,63 ---- + output on stdout. + .It Fl c Ar config + Use the specified configuration file instead of the default, + /etc/milter-regex.conf. ++ .It Fl r Ar pid-file ++ Use the specified pid file to write to. Default is: ++ /var/spool/milter-regex/milter-regex.pid + .It Fl p Ar pipe + Use the specified pipe to interface + .Xr sendmail 8 . |