openbsd-ports/mail/milter-greylist/patches/patch-milter-greylist_8
okan 783ba8055a - update to 4.2.7
- use SUBST_CMD
- add rc script

feedback and ok ajacoutot@
(maintainer timeout)
2011-05-13 12:52:22 +00:00

22 lines
743 B
Plaintext

$OpenBSD: patch-milter-greylist_8,v 1.2 2011/05/13 12:52:22 okan Exp $
--- milter-greylist.8.orig Thu Apr 2 06:09:28 2009
+++ milter-greylist.8 Fri May 6 16:52:40 2011
@@ -100,7 +100,7 @@ will start with an empty grey list.
.PP
The default location for the grey list database and the socket for
communicating with sendmail is
-.B /var/milter-greylist/\fR.
+.B ${GREYLISTDIR}/\fR.
That directory must be owned and writeable by the user id under
which
.B milter-greylist
@@ -147,7 +147,7 @@ option in the configuration file.
.TP
.B -d \fIdumpfile\fR
Location of the dump file. Default is
-.I /var/milter-greylist/greylist.db\fR.
+.I ${GREYLISTDIR}/greylist.db\fR.
Equivalent to the
.I dumpfile
option in the configuration file.