From owner-svn-ports-all@freebsd.org Thu Sep 15 22:38:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9708FBDC270; Thu, 15 Sep 2016 22:38:57 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8CAF9C64; Thu, 15 Sep 2016 22:38:57 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 8AC911D84; Thu, 15 Sep 2016 22:38:57 +0000 (UTC) Date: Thu, 15 Sep 2016 22:38:57 +0000 From: "Sergey A. Osokin" To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r422167 - head Message-ID: <20160915223857.GG30853@FreeBSD.org> References: <201609142228.u8EMSeQT046477@repo.freebsd.org> <20160915204154.6wzigd3x2bxfntia@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20160915204154.6wzigd3x2bxfntia@ivaldir.etoilebsd.net> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 15 Sep 2016 22:38:57 -0000 On Thu, Sep 15, 2016 at 10:41:54PM +0200, Baptiste Daroussin wrote: > On Wed, Sep 14, 2016 at 10:28:40PM +0000, Sergey A. Osokin wrote: > > Author: osa > > Date: Wed Sep 14 22:28:40 2016 > > New Revision: 422167 > > URL: https://svnweb.freebsd.org/changeset/ports/422167 > > > > Log: > > www/nginx-devel: Change default log locations to avoid /var/log pollution > > > > The nginx error log default will always be touched regardless of the value > > of the error_log directive in nginx.conf. This is not a bug. It also > > breaks shell tab completion for the sane default of /var/log/nginx. > > > > This change aligns the compiled-in default and the configuration default > > of error log to a new default /var/log/nginx directory. > > > > PR: 212416 > > > Given you are working on nginx right now can you have a look at > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208583 ? in particular the > comments? Agreed with your arguments, hope we'll see a patch before the final commit. -- Sergey A. Osokin osa@FreeBSD.org