From owner-freebsd-stable@FreeBSD.ORG Mon Oct 31 09:18:40 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1680916A41F for ; Mon, 31 Oct 2005 09:18:40 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577DA43D46 for ; Mon, 31 Oct 2005 09:18:39 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1EWVoM-000D0z-6B; Mon, 31 Oct 2005 11:18:38 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Kris Kennaway In-reply-to: Your message of Mon, 31 Oct 2005 03:50:44 -0500 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 31 Oct 2005 11:18:38 +0200 From: Danny Braniss Message-ID: Cc: freebsd-stable@freebsd.org Subject: Re: GENERIC and DEFAULTS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 09:18:40 -0000 [...] > Many users who build custom kernels do not build modules, since they > want to compile everything they (think they) need into the kernel > statically. you probably know many scenarios that i - thankfully - am no aware of, but by creating the magic DEFAULTS file the problem still exits! What will prevent from Joe Shootmyfoot to comment out the lines in DEFAULTS? by the way, by just looking at DEFAULTS, there is no warning of the concequenses. a line like: ** DON'T TOUCH ANYTHING HERE UNLESS YOU REALY, REALY ** KNOW WHAT YOU ARE DOING might help. danny