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-an | |
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-an')
-rw-r--r-- | mail/postfix-current/files/patch-an | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/postfix-current/files/patch-an b/mail/postfix-current/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix-current/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = |