From owner-cvs-all@FreeBSD.ORG Sat Feb 14 12:58:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F192916A4E0 for ; Sat, 14 Feb 2004 12:58:57 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id A299543D2D for ; Sat, 14 Feb 2004 12:58:57 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 1574 invoked by uid 1002); 14 Feb 2004 20:58:57 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 14 Feb 2004 20:58:57 -0000 Message-ID: <402E8B72.20408@freebsd.org> Date: Sat, 14 Feb 2004 13:56:18 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200402142049.i1EKnnjp015371@repoman.freebsd.org> In-Reply-To: <200402142049.i1EKnnjp015371@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf majors X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 20:58:59 -0000 Poul-Henning Kamp wrote: > phk 2004/02/14 12:49:49 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/conf majors > Log: > Grab a copy of the majors file from -current and stick it in RELENG_4. > > All future major number allocations should happen from the copy in RELENG_4. > > Revision Changes Path > 1.98.2.21 +162 -16 src/sys/conf/majors > Thanks a lot! Scott