From 8a2cbd2c5c26780a94a2831f72aed48dec5ce716 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Thu, 21 Nov 2002 15:38:36 +0000 Subject: Update to latest snapshot Remove patches and use REINPLACE_CMD where possible PR: 45527 Submitted by: maintainer --- mail/postfix-current/files/patch-bp | 43 ------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 mail/postfix-current/files/patch-bp (limited to 'mail/postfix-current/files/patch-bp') diff --git a/mail/postfix-current/files/patch-bp b/mail/postfix-current/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix-current/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - SYNOPSIS -- postmap /etc/postfix/virtual -+ postmap !!PREFIX!!/etc/postfix/virtual - - DESCRIPTION - The optional virtual table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the postmap(1) command. The - result, an indexed file in dbm or db format, is used for - fast searching by the mail system. Execute the command -- postmap /etc/postfix/virtual in order to rebuild the -+ postmap !!PREFIX!!/etc/postfix/virtual in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - virtual.domain anything (right-hand content does not matter) - postmaster@virtual.domain postmaster - user1@virtual.domain address1 -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - virtual.domain - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - user1@virtual.domain address1 - user2@virtual.domain address2, address3 - -- cgit v1.2.3