From owner-svn-ports-all@FreeBSD.ORG Fri May 2 16:28:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47C94AE6; Fri, 2 May 2014 16:28:23 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3FEA1FA6; Fri, 2 May 2014 16:28:22 +0000 (UTC) Received: from [192.168.1.100] ([46.115.148.210]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MdoR7-1WW2WU2pdl-00PZz1; Fri, 02 May 2014 18:28:11 +0200 Message-ID: <5363C7BE.2040302@gmx.at> Date: Fri, 02 May 2014 18:28:46 +0200 From: Christoph Theis User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Bryan Drewery Subject: Re: svn commit: r352813 - in head/security/py-fail2ban: . files References: <201405021317.s42DHQ5P053302@svn.freebsd.org> <5363A968.7010707@freebsd.org> <5363C176.6050100@gmx.at> <7e75dcf81553538101a3fcce151cf558@shatow.net> In-Reply-To: <7e75dcf81553538101a3fcce151cf558@shatow.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:i/gUrb63nckBXlbXHy6rhhqoUv3JJgeKGk2Q9ZfKz2hy2M1imLu KjRglO0zpUdISC72BDxSDWfbsokJIrkkTLURFgT3gDoJWn1X6t8eXeJtP6myyQVwnw00WXf uCpQq0e3ejjZS2EVc5rcoWon3CczYizvXXZYT2sROgujsFC7fUBR5Np7NUm1iiXlVEbTzcC TyVkPTP+XkJtVa4LKUUtg== Cc: svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org, Andrey Chernov , svn-ports-all@freebsd.org, ports-committers@freebsd.org, Sunpoet Po-Chuan Hsieh X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 02 May 2014 16:28:23 -0000 Am 02.05.2014 18:04, schrieb Bryan Drewery: > On 2014-05-02 11:01, Christoph Theis wrote: >> @Andrey: My intention was to create that directory during >> installation. I think it is wrong to create it in $STAGEDIR instead >> during post-install. But what would be the correct way to create a >> /var/db directory used at runtime only and nothing is copied there >> during installation? > > It's not proper to create directories outside of STAGEDIR in post-install. So the correct way is to create the directory in $STAGEDIR/var/db in post-install. And it is there. But why isn't it created in /var/db then? Sorry to bother you but I don't know enough details of port installation to debug that.