From owner-cvs-src@FreeBSD.ORG Fri Sep 8 20:53:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0925016A416; Fri, 8 Sep 2006 20:53:23 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A3143D46; Fri, 8 Sep 2006 20:53:21 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k88Kr9Af006663; Fri, 8 Sep 2006 14:53:15 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4501D830.5090704@samsco.org> Date: Fri, 08 Sep 2006 14:53:04 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200609081954.k88JsbdS028442@repoman.freebsd.org> <20060908205029.GA99346@freebie.xs4all.nl> In-Reply-To: <20060908205029.GA99346@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.5 required=3.8 tests=SPF_SOFTFAIL autolearn=no version=3.1.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/release/scripts kernels-install.sh 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: Fri, 08 Sep 2006 20:53:23 -0000 Wilko Bulte wrote: > On Fri, Sep 08, 2006 at 07:54:37PM +0000, Ruslan Ermilov wrote.. > >>ru 2006-09-08 19:54:37 UTC >> >> FreeBSD src repository >> >> Modified files: >> release Makefile >> release/scripts kernels-install.sh >> Log: >> Stop cutting the tarball names to eight symbols. This makes >> it possible to e.g. distribute kernels with config names larger >> than eight symbols, without the clash. Previousy, LALALALA >> and LALALALA-SMP would be the same tarball. (I think this >> comes from the old days where tarballs were put on the MS-DOS >> formatted diskettes.) > > > Or non-RockRidge CDs I think. > The unavailability/immaturity of VFAT, RR, and Joliet were all considerations at the time. Scott