From owner-svn-ports-all@FreeBSD.ORG Wed Dec 31 19:23:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79192B8C for ; Wed, 31 Dec 2014 19:23:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1032766 for ; Wed, 31 Dec 2014 19:23:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id sBVJNQcW009227 for ; Wed, 31 Dec 2014 19:23:26 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id sBVJNQrM009226 for svn-ports-all@freebsd.org; Wed, 31 Dec 2014 19:23:26 GMT (envelope-from bdrewery) Received: (qmail 87069 invoked from network); 31 Dec 2014 13:23:24 -0600 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 31 Dec 2014 13:23:24 -0600 Message-ID: <54A44D32.8060208@FreeBSD.org> Date: Wed, 31 Dec 2014 13:23:30 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r375910 - head/mail/vpopmail References: <201412311922.sBVJMInf017313@svn.freebsd.org> In-Reply-To: <201412311922.sBVJMInf017313@svn.freebsd.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 19:23:26 -0000 On 12/31/2014 1:22 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Dec 31 19:22:17 2014 > New Revision: 375910 > URL: https://svnweb.freebsd.org/changeset/ports/375910 > QAT: https://qat.redports.org/buildarchive/r375910/ > > Log: > Fix ownership of home directory > .. > +++ head/mail/vpopmail/pkg-plist Wed Dec 31 19:22:17 2014 (r375910) > @@ -85,6 +85,7 @@ vpopmail/etc/vusagec.conf-dist > %%SPAMASSASSIN%%@exec echo "Now you should add the following options to your spamd.sh startup file:" > %%SPAMASSASSIN%%@exec echo "-v -u vpopmail" > %%SPAMASSASSIN%%@exec echo "***********************************************************************" > +@exec /usr/sbin/chown vpopmail:vchkpw %D/vpopmail > @exec /usr/sbin/chown -R vpopmail:vchkpw %D/vpopmail/bin %D/vpopmail/etc > %%SUID_VCHKPW%%@exec /bin/chmod ug+s %D/vpopmail/bin/vchkpw > @exec install -d -o vpopmail -g vchkpw %D/vpopmail/domains > I am fixing the syntax in a separate commit. -- Regards, Bryan Drewery