Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 15:03:25 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314360 - head/mail/vpopmail
Message-ID:  <201303161503.r2GF3PKm096776@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Mar 16 15:03:24 2013
New Revision: 314360
URL: http://svnweb.freebsd.org/changeset/ports/314360

Log:
  - 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)

Modified:
  head/mail/vpopmail/Makefile

Modified: head/mail/vpopmail/Makefile
==============================================================================
--- head/mail/vpopmail/Makefile	Sat Mar 16 14:58:33 2013	(r314359)
+++ head/mail/vpopmail/Makefile	Sat Mar 16 15:03:24 2013	(r314360)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303161503.r2GF3PKm096776>