From owner-cvs-src@FreeBSD.ORG Wed Sep 17 07:10:12 2003 Return-Path: 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 0C90616A4BF; Wed, 17 Sep 2003 07:10:12 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0352043FE0; Wed, 17 Sep 2003 07:10:06 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h8HEA4TX091492; Wed, 17 Sep 2003 08:10:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 17 Sep 2003 08:10:04 -0600 (MDT) Message-Id: <20030917.081004.36242954.imp@bsdimp.com> To: DougB@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030916192531.D39126@12-234-22-23.pyvrag.nggov.pbz> References: <20030916192531.D39126@12-234-22-23.pyvrag.nggov.pbz> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: ru@FreeBSD.org cc: jhb@FreeBSD.org cc: des@des.no cc: cvs-src@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/forth beastie.4th X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 17 Sep 2003 14:10:12 -0000 In message: <20030916192531.D39126@12-234-22-23.pyvrag.nggov.pbz> Doug Barton writes: : On Tue, 16 Sep 2003, John Baldwin wrote: : : > : > On 13-Sep-2003 Ruslan Ermilov wrote: : : > > This is likely to change. : > : > Erm, please do not change this. : : What's wrong with updating stuff in /boot/, as long as loader.conf.local : can override any changes? Most people hack loader.conf directly, because /boot/defaults/loader.conf exists. That's why we have the two tiers of files. If you want to update loader.conf, do it in defaults. Warner