ports/mail/milter-regex/files/patch-milter-regex.8
Cheng-Lung Sung 9c99ed6527 - 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)
2006-11-02 06:52:54 +00:00

25 lines
631 B
Groff

*** 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 .