From owner-svn-ports-all@freebsd.org Wed May 6 11:11:32 2020 Return-Path: Delivered-To: svn-ports-all@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 A05572C0A27; Wed, 6 May 2020 11:11:32 +0000 (UTC) (envelope-from ehaupt@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 49HDS43sMvz4VR5; Wed, 6 May 2020 11:11:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from [192.168.3.56] (unknown [81.6.39.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ehaupt) by smtp.freebsd.org (Postfix) with ESMTPSA id D739B1EFCA; Wed, 6 May 2020 11:11:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Subject: Re: svn commit: r534145 - in head/dns/powerdns-recursor: . files To: Hiroki Tagato , 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: Emanuel Haupt Message-ID: Date: Wed, 6 May 2020 13:11:30 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.30 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, 06 May 2020 11:11:32 -0000 On 06.05.20 11:49, Hiroki Tagato wrote: >>> 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. Actually, I should have cought this. We'll fix it shortly.