diff options
Diffstat (limited to 'mail/postfix-current/files/patch-bo')
-rw-r--r-- | mail/postfix-current/files/patch-bo | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/mail/postfix-current/files/patch-bo b/mail/postfix-current/files/patch-bo index d36eda1f6939..b45270be8151 100644 --- a/mail/postfix-current/files/patch-bo +++ b/mail/postfix-current/files/patch-bo @@ -1,20 +1,20 @@ -*** ./html/transport.5.html.orig Sat Apr 22 20:28:37 2000 ---- ./html/transport.5.html Thu Jun 1 22:35:04 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! <b>postmap</b> <b>/etc/postfix/transport</b> - ---- 11,13 ---- - <b>SYNOPSIS</b> -! <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - -*************** -*** 22,24 **** - used for fast searching by the mail system. Execute the -! command <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild - the indexed file after changing the transport table. ---- 22,24 ---- - used for fast searching by the mail system. Execute the -! command <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild - the indexed file after changing the transport table. +--- ./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> 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, |