From owner-svn-ports-head@FreeBSD.ORG Mon May 5 17:14:44 2014 Return-Path: Delivered-To: svn-ports-head@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 5F94FBE1; Mon, 5 May 2014 17:14:44 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (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 4510179A; Mon, 5 May 2014 17:14:43 +0000 (UTC) Received: from [192.168.0.100] ([188.21.181.54]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MbsV8-1WO2N30jAc-00JNY0; Mon, 05 May 2014 19:14:35 +0200 Message-ID: <5367C704.1040104@gmx.at> Date: Mon, 05 May 2014 19:14:44 +0200 From: Christoph Theis User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Bryan Drewery , Andrey Chernov , Sunpoet Po-Chuan Hsieh 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:bFgk8AudLfpeQhSA3S5jWofj8oawxLreMh7YxAGIz7FGwL5BUwq A9wUNRTE51Qgit2uHb3YN4THZIYqZaQkCHDGMoinGGPCej2+unjjF1/27uosIWTBKq6XHnn 680kpmw/fF4Zz0oBgKWJB5sxovUQ/SBQbyZMheLLhtx4mvZ6C7yjYXxgZt7oTTmZQH4llq+ BeS+7EYJ27JfAfWZC4WrA== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 17:14:44 -0000 Am 02.05.2014 18:04, schrieb Bryan Drewery: >>> ${FAIL2BAN_DBDIR} is not created on install for the reason unknown. > If you want to create a directory at install time then it is now done in > the plist-plist as an @exec. > > Something like this (untested, this is frequently problematic creating dirs > outside PREFIX): > > @cwd / > @exec install -d /var/db/fail2ban > @dirrmtry /var/db/fail2ban I submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=189376 Though, just with @dirrmtry and without the @exec install, as other ports did it without it, too. Christoph