diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 10:43:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 10:43:38 +0000 |
commit | 5ccc3bf3dbf87d23a747341eace7e8e4a109033d (patch) | |
tree | 51430fa36ff39fe7754200f7bdad40cf95d119a3 /mail/postfix-current/files/patch-cf | |
parent | Enable exiscan content scanning unless the new knob WITHOUT_EXISCAN (diff) |
upgrade postfix-current to latest release (Attila Nagy <bra@fsn.hu>)
add POSTFIX_OPTIONS variable setting from make.conf (knu)
PR: 42928
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=66697
Diffstat (limited to 'mail/postfix-current/files/patch-cf')
-rw-r--r-- | mail/postfix-current/files/patch-cf | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/mail/postfix-current/files/patch-cf b/mail/postfix-current/files/patch-cf index 28fb053b94a7..92c90926a595 100644 --- a/mail/postfix-current/files/patch-cf +++ b/mail/postfix-current/files/patch-cf @@ -1,11 +1,17 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION +--- man/man5/regexp_table.5.orig Tue Sep 17 18:54:44 2002 ++++ man/man5/regexp_table.5 Wed Sep 18 15:14:25 2002 +@@ -8,11 +8,11 @@ + .SH SYNOPSIS + .na + .nf +-\fBregexp:/etc/postfix/\fIfilename\fR ++\fBregexp:!!PREFIX!!/etc/postfix/\fIfilename\fR + +-\fBpostmap -q "\fIstring\fB" regexp:/etc/postfix/\fIfilename\fR ++\fBpostmap -q "\fIstring\fB" regexp:!!PREFIX!!/etc/postfix/\fIfilename\fR + +-\fBpostmap -q - regexp:/etc/postfix/\fIfilename\fR <\fIinputfile\fR ++\fBpostmap -q - regexp:!!PREFIX!!/etc/postfix/\fIfilename\fR <\fIinputfile\fR + .SH DESCRIPTION + .ad + .fi |