From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 30 16:38:02 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 881AF16A4CF for ; Thu, 30 Oct 2003 16:38:02 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E8043FEA for ; Thu, 30 Oct 2003 16:38:01 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9V0bxE7049793; Thu, 30 Oct 2003 17:37:59 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 30 Oct 2003 17:37:56 -0700 (MST) Message-Id: <20031030.173756.127525223.imp@bsdimp.com> To: bicknell@ufp.org From: "M. Warner Losh" In-Reply-To: <20031030194053.GA862@ussenterprise.ufp.org> References: <20031030194053.GA862@ussenterprise.ufp.org> 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: freebsd-hackers@freebsd.org Subject: Re: 5.x kernel config changes? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 00:38:02 -0000 In message: <20031030194053.GA862@ussenterprise.ufp.org> Leo Bicknell writes: : 3) There seems to be no more LINT or other listing of all the options. : Why? In particular I needed "options NETATALK" but couldn't remember : the name and there was no file to quickly grep. Has the list of : options been moved somewhere else? cd i386/conf make LINT There's a notes file that lint is now generated from. Warner