diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-09-13 20:50:45 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-09-13 20:50:45 +0000 |
commit | 6fe402670fb8b60a760d7b67d4d8741c8583ff31 (patch) | |
tree | 85d46bdd991116fdb3eabf66c360338cc349dcbd /mail/postfix-current/files/patch-cg | |
parent | Update to 6.3 (diff) |
Update to the latest snapshot, plus add hooks for all the very spiffy
plugins that postfix can use.
Submitted by: Omanchu Oogali <missnglnk@sneakerz.org> (new MAINTAINER)
Notes
Notes:
svn path=/head/; revision=32589
Diffstat (limited to 'mail/postfix-current/files/patch-cg')
-rw-r--r-- | mail/postfix-current/files/patch-cg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-cg b/mail/postfix-current/files/patch-cg new file mode 100644 index 000000000000..0ae82cc57669 --- /dev/null +++ b/mail/postfix-current/files/patch-cg @@ -0,0 +1,20 @@ +*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 +--- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 +*************** +*** 10,12 **** + .nf +! \fBpostmap /etc/postfix/relocated\fR + .SH DESCRIPTION +--- 10,12 ---- + .nf +! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR + .SH DESCRIPTION +*************** +*** 20,22 **** + is used for fast searching by the mail system. Execute the command +! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed + file after changing the relocated table. +--- 20,22 ---- + is used for fast searching by the mail system. Execute the command +! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed + file after changing the relocated table. |