diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-11-21 15:38:36 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-11-21 15:38:36 +0000 |
commit | 8a2cbd2c5c26780a94a2831f72aed48dec5ce716 (patch) | |
tree | d162efc59cf03be071de71aa2f87d768d5599a30 /mail/postfix-current/files/patch-bn | |
parent | take over for tg@ who is away indefinitely (diff) |
Update to latest snapshot
Remove patches and use REINPLACE_CMD where possible
PR: 45527
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=70673
Diffstat (limited to 'mail/postfix-current/files/patch-bn')
-rw-r--r-- | mail/postfix-current/files/patch-bn | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/mail/postfix-current/files/patch-bn b/mail/postfix-current/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix-current/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - |