aboutsummaryrefslogtreecommitdiff
path: root/mail/vpopmail
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-16 15:03:24 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-16 15:03:24 +0000
commit993e4de8b7c756c3fb378a5681f1a9f25a1f86ef (patch)
tree8a867deafcdbab0ff27f18f0c8962c86bf22b982 /mail/vpopmail
parentd04936f4c8068bb289b85f6a53f1741c60e198ed (diff)
downloadports-993e4de8b7c756c3fb378a5681f1a9f25a1f86ef.tar.gz
ports-993e4de8b7c756c3fb378a5681f1a9f25a1f86ef.zip
- Fix leftover /var/qmail/control/locals
qmail-send.c:getcontrols() refuses to startup or to process the virtualdomains file if locals is missing. However, vpopmail's vadddomain is already creating the locals file when adding new domains. So creating it when installing is not needed. At the time that this change was added to the port, in vpopmail-5.4.13, vadddomain did not automatically create the locals file. The current version does in vpopmail.c:remove_line() This reverts the change done in r167787 for ports/99914 PR: ports/99914 (reverts)
Notes
Notes: svn path=/head/; revision=314360
Diffstat (limited to 'mail/vpopmail')
-rw-r--r--mail/vpopmail/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index 7319558b8ee7..c007fbd7acde 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -511,7 +511,6 @@ post-install:
.if ${PORT_OPTIONS:MSUID_VCHKPW}
${CHMOD} ug+s ${VPOPMAIL_DIR}/bin/vchkpw
.endif
- @${TOUCH} ${QMAIL_PREFIX}/control/locals
.if ${PORT_OPTIONS:MDOCS}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/doc/,} ${VPOPMAIL_DIR}/doc/
.endif