From owner-cvs-all@FreeBSD.ORG Sun Oct 30 23:07:27 2005 Return-Path: X-Original-To: cvs-all@freebsd.org 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 5A3A216A41F; Sun, 30 Oct 2005 23:07:27 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A9D43D45; Sun, 30 Oct 2005 23:07:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j9UN6AnJ092453; Sun, 30 Oct 2005 16:06:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 30 Oct 2005 16:06:15 -0700 (MST) Message-Id: <20051030.160615.13598855.imp@bsdimp.com> To: mcdouga9@egr.msu.edu From: "M. Warner Losh" In-Reply-To: <20051030224442.GV2998@egr.msu.edu> References: <20051030105647.GR99857@submonkey.net> <436509D5.3020401@root.org> <20051030224442.GV2998@egr.msu.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 30 Oct 2005 16:06:10 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, nate@root.org Subject: Re: cvs commit: src/sys/i386/conf DEFAULTS GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 30 Oct 2005 23:07:27 -0000 In message: <20051030224442.GV2998@egr.msu.edu> Adam McDougall writes: : A drawback of modifying or deleting DEFAULTS is I expect it to come back : the next time I cvsup, removing my changes. You shouldn't modify or deleting DEFAULTS. That's a really bad idea. nodevice foo is much better. Mark should be hassleed for recommending the former :-) Warner