From owner-cvs-src@FreeBSD.ORG Tue Jan 2 18:35:26 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE2C516A417; Tue, 2 Jan 2007 18:35:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 911C313C44C; Tue, 2 Jan 2007 18:35:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l02IZLUI012846; Tue, 2 Jan 2007 13:35:23 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Doug Barton Date: Tue, 2 Jan 2007 13:35:16 -0500 User-Agent: KMail/1.9.4 References: <200612302154.kBULsfOi057238@repoman.freebsd.org> <20070102003516.GW78631@wantadilla.lemis.com> <459A9CAE.6030909@FreeBSD.org> In-Reply-To: <459A9CAE.6030909@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701021335.17252.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Tue, 02 Jan 2007 13:35:23 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2406/Tue Jan 2 06:58:55 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Greg 'groggy' Lehey , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes fortunes-o.real X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 02 Jan 2007 18:35:27 -0000 On Tuesday 02 January 2007 12:55, Doug Barton wrote: > Greg 'groggy' Lehey wrote: > > On Saturday, 30 December 2006 at 21:54:41 +0000, Doug Barton wrote: > >> dougb 2006-12-30 21:54:41 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> games/fortune/datfiles fortunes fortunes-o.real > >> Log: > >> Add the fortunes from the PR that were not already present. > >> Delete some duplicates found while double checking the new ones, > >> and fix a typo. > >> > >> These haven't been sorted yet, but will be in a future commit. > > > > Why didn't you sort them first? > > Because the rest of the files are not sorted either, and I wanted to > keep the commits separate. > > I have a patch that I'm going to work on getting into the tree today > that adds a comment to each file about sorting, and then I'll sort the > files obviously. (All of which was discussed and consensus reached a > little while ago, I think on -current.) I was going to do it > yesterday, but family obligations kept me away from the keyboard. src/games/fortune/tools/do_sort They should already be largely sorted (at least 'fortunes') as they've been explicitly sorted via do_sort in the past. -- John Baldwin