diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-04 19:35:00 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-04 19:35:00 +0000 |
commit | 35ea9ae15cfc960c934565f6c4dcc0c176c1425b (patch) | |
tree | 8f99846af470cbd6f223a9719ff5de84a3600fae /mail/postfix26/files/patch-bb | |
parent | Add ghostscript6-nox11 (diff) |
update to NON BETA release, 20010228.
PR: 25493
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=39057
Diffstat (limited to 'mail/postfix26/files/patch-bb')
-rw-r--r-- | mail/postfix26/files/patch-bb | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/mail/postfix26/files/patch-bb b/mail/postfix26/files/patch-bb index 6444bc0d1f75..ea744664dfa7 100644 --- a/mail/postfix26/files/patch-bb +++ b/mail/postfix26/files/patch-bb @@ -1,11 +1,20 @@ ---- html/access.5.html.orig Fri Dec 11 19:55:49 1998 -+++ html/access.5.html Tue Nov 7 22:48:47 2000 +--- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 ++++ ./html/access.5.html Tue Nov 21 21:24:34 2000 @@ -9,7 +9,7 @@ access - format of Postfix access table - + <b>SYNOPSIS</b> - <b>postmap</b> <b>/etc/postfix/access</b> + <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - + <b>DESCRIPTION</b> The optional <b>access</b> table directs the Postfix SMTP server +@@ -21,7 +21,7 @@ + that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The + result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for + fast searching by the mail system. Execute the command +- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the ++ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the + indexed file after changing the access table. + + When the table is provided via other means such as NIS, |