From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 10:18:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D907116A4CE; Mon, 9 Aug 2004 10:18:10 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F0143D48; Mon, 9 Aug 2004 10:18:10 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-14.local ([172.16.0.14] helo=dhcp-11.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1Bu7EE-0002iX-Vv; Mon, 09 Aug 2004 12:18:09 +0200 Date: Mon, 9 Aug 2004 12:19:40 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: obrien@freebsd.org From: Oliver Eikemeier In-Reply-To: <20040809100244.GA17314@hub.freebsd.org> Message-Id: <9FD3F4B2-E9ED-11D8-9C56-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Edwin Groothuis cc: current@freebsd.org Subject: Re: upgrade of file(1) to 4.10 (including FreeBSD elf(5) fixes) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 10:18:11 -0000 David O'Brien wrote: > This output is mostly OK -- but I would drop the __FreeBSD_version. I > can't see how knowing that helps anyone. If it is insisted on keeping > it, it should be printed out consistently for *all* __FreeBSD_verions, > not just some. Please don't. This has been proven very valuable, for example for the 5.1 -> 5.2 transition, see entry 20031112 in src/UPDATING. -STABLEs mostly do not have such problems, but usually you'll notice stuff like this when it is too late. -Oliver