diff options
author | sf <sf@FreeBSD.org> | 2001-03-04 19:35:00 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-04 19:35:00 +0000 |
commit | 58652be6de7e947edbbce47d207d1e312d8fe1f4 (patch) | |
tree | 02c65d10b369e37277c270f35998c6ee8d04aca1 /mail/postfix24/files/patch-bo | |
parent | 205f29a6b6e45e1a31878eab7056515113ec3e82 (diff) | |
download | FreeBSD-ports-58652be6de7e947edbbce47d207d1e312d8fe1f4.zip FreeBSD-ports-58652be6de7e947edbbce47d207d1e312d8fe1f4.tar.gz |
update to NON BETA release, 20010228.
PR: 25493
Submitted by: maintainer
Diffstat (limited to 'mail/postfix24/files/patch-bo')
-rw-r--r-- | mail/postfix24/files/patch-bo | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/mail/postfix24/files/patch-bo b/mail/postfix24/files/patch-bo index 41cbc4c..b45270b 100644 --- a/mail/postfix24/files/patch-bo +++ b/mail/postfix24/files/patch-bo @@ -1,11 +1,20 @@ ---- html/transport.5.html.orig Fri Dec 31 20:54:56 1999 -+++ html/transport.5.html Tue Nov 7 22:53:50 2000 +--- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 ++++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 @@ -9,7 +9,7 @@ transport - format of Postfix transport table - + <b>SYNOPSIS</b> - <b>postmap</b> <b>/etc/postfix/transport</b> + <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - + <b>DESCRIPTION</b> - The optional <b>transport</b> file specifies a mapping from + The optional <b>transport</b> table specifies a mapping from +@@ -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/transport</b> in order to rebuild the ++ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the + indexed file after changing the transport table. + + When the table is provided via other means such as NIS, |