From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 12:41:34 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 1A34D16A4CE for ; Mon, 16 Feb 2004 12:41:34 -0800 (PST) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF53D43D1D for ; Mon, 16 Feb 2004 12:41:33 -0800 (PST) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu X-Envelope-To: freebsd-current@freebsd.org Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.7/8.11.6) with ESMTP id i1GKfVc19695; Mon, 16 Feb 2004 14:41:31 -0600 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) i1GKfV5D056905; Mon, 16 Feb 2004 14:41:31 -0600 (CST) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.10/8.12.10/Submit) id i1GKfV4s056904; Mon, 16 Feb 2004 14:41:31 -0600 (CST) (envelope-from koziol) From: Quincey Koziol Message-Id: <200402162041.i1GKfV4s056904@sleipnir.ncsa.uiuc.edu> In-Reply-To: To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Date: Mon, 16 Feb 2004 14:41:31 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Aligning GENERIC with NOTES? 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, 16 Feb 2004 20:41:34 -0000 [ Charset ISO-8859-1 unsupported, converting... ] > Quincey Koziol writes: > > I don't want to change the contents of GENERIC. I wanted to change the > > _order_ of the items in GENERIC to be closer to the order of the items in the > > NOTES files. This would make creating custom kernel configs easier (for me > > anyway :-). > > In that case, change NOTES rather than GENERIC. Hmm, what's your reasoning behind doing it this way? The NOTES files appear to be better organized than GENERIC... Quincey