diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /mail/postfix27/files/patch-bb | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'mail/postfix27/files/patch-bb')
-rw-r--r-- | mail/postfix27/files/patch-bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/postfix27/files/patch-bb b/mail/postfix27/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix27/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./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, |