From owner-svn-ports-all@freebsd.org Tue Sep 6 14:13:09 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 2F862BC68BD; Tue, 6 Sep 2016 14:13:09 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB09F811; Tue, 6 Sep 2016 14:13:08 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id f8b24fa7 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Tue, 6 Sep 2016 08:13:06 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r421429 - in head: . www/nginx www/nginx/files From: Adam Weinberger In-Reply-To: <201609061357.u86DvdYE060445@repo.freebsd.org> Date: Tue, 6 Sep 2016 08:13:03 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <6F32E45A-0AEB-4A5F-BCE1-091901F8E902@adamw.org> References: <201609061357.u86DvdYE060445@repo.freebsd.org> To: John Marino X-Mailer: Apple Mail (2.3124) 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: Tue, 06 Sep 2016 14:13:09 -0000 > On 6 Sep, 2016, at 7:57, John Marino wrote: >=20 > Author: marino > Date: Tue Sep 6 13:57:38 2016 > New Revision: 421429 > URL: https://svnweb.freebsd.org/changeset/ports/421429 >=20 > Log: > www/nginx: Change default log locations to avoid /var/log pollution >=20 > 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. >=20 > This change aligns the compiled-in default and the configuration = default > of error log to a new default /var/log/nginx directory. >=20 > PR: 195916 > Approved by: maintainer timeout (15 months) >=20 > Modified: > head/UPDATING > head/www/nginx/Makefile > head/www/nginx/files/patch-conf-nginx.conf > head/www/nginx/pkg-plist Hi John, I'd love to see this in nginx-devel too. Do you plan to make the same = change there? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org