From owner-cvs-src@FreeBSD.ORG Wed Dec 15 19:59:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8549516A4CE; Wed, 15 Dec 2004 19:59:54 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB53B43D48; Wed, 15 Dec 2004 19:59:53 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBFJxqag073057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 14:59:53 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 Dec 2004 14:59:58 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-ID: <20041215145958.3f30a0a2@localhost> In-Reply-To: <20041215085849.GD25967@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215085849.GD25967@ip.net.ua> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:59:54 -0000 On Wed, 15 Dec 2004 10:58:49 +0200 Ruslan Ermilov wrote: > Hi Tom, > > On Wed, Dec 15, 2004 at 10:49:01AM +0200, Ruslan Ermilov wrote: > > On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > > > trhodes 2004-12-15 02:10:50 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > share/examples/etc make.conf > > > Log: > > > Add a few options with regards to ppp(8) and traceroute. > > > Sort the list, please keep this list sorted. > > > > > > PR: 48569 > > > > > > Revision Changes Path > > > 1.241 +17 -11 src/share/examples/etc/make.conf > > > > > You unsorted the list, please fix. The correct sorting > > order here is in "dictinary order", please see sort(1). > > > OK, I've saved you a minute and prepared a patch myself. > Here's what it does: > > 1. Fix the sorting using the dictionary order (sort -d). > 2. Group ppp(8) related build options together. > > NB: The NO* ppp(8) options should be renamed to PPP_NO*. Committed, argument over with, nothing more to see here. Thanks! -- Tom Rhodes