From owner-svn-ports-head@freebsd.org Wed May 6 09:49:12 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBF8913DDD5; Wed, 6 May 2020 09:49:12 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49HBd4523Gz4Pwp; Wed, 6 May 2020 09:49:12 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mammoth.tagato.jp (unknown [IPv6:2409:11:22a0:8900::34]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: tagattie/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AA9651E4FE; Wed, 6 May 2020 09:49:11 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Subject: Re: svn commit: r534145 - in head/dns/powerdns-recursor: . files To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202005060548.0465mGdk018415@repo.freebsd.org> <20200506082413.d62nuqectmztsdff@aching.in.mat.cc> From: Hiroki Tagato Message-ID: Date: Wed, 6 May 2020 18:49:08 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200506082413.d62nuqectmztsdff@aching.in.mat.cc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.30 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: Wed, 06 May 2020 09:49:12 -0000 >> Modified: head/dns/powerdns-recursor/pkg-plist >> ============================================================================== >> --- head/dns/powerdns-recursor/pkg-plist Wed May 6 05:14:41 2020 (r534144) >> +++ head/dns/powerdns-recursor/pkg-plist Wed May 6 05:48:16 2020 (r534145) >> @@ -3,3 +3,4 @@ bin/rec_control >> sbin/pdns_recursor >> man/man1/pdns_recursor.1.gz >> man/man1/rec_control.1.gz >> +@dir(root,wheel,0755) /var/run/pdns-recursor > > Unless mistaken, root,wheel,0755 is the default mode for directories, > why make it explicit? Thank you for pointing this out. This was my oversight in reviewing a submitted patch. I will amend the pkg-plist shortly to remove root,wheel,0755. Best regards, Hiroki