From owner-freebsd-questions@FreeBSD.ORG Sun Feb 29 19:31:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 165B316A4CE for ; Sun, 29 Feb 2004 19:31:52 -0800 (PST) Received: from gabby.gsicomp.on.ca (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [67.60.54.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7287243D31 for ; Sun, 29 Feb 2004 19:31:51 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.9p2/8.12.9) with ESMTP id i213cHpU067751; Sun, 29 Feb 2004 22:38:17 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <00c601c3ff3d$4afc6a10$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Shaun T. Erickson" , References: <4042AC08.5040209@ste-land.com> Date: Sun, 29 Feb 2004 22:28:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: LINT file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 03:31:52 -0000 > If I understand correctly, in previous releases there used to be a file > "/usr/src/sys/i386/conf/LINT", that listed all the things one could put > in their kernel conf file. I can't find any such file on 5.2.1-RELEASE. > Can someone please tell me where I can find it or it's replacement > please? TIA cd /usr/src/sys/i386/conf make LINT Note that the LINT kernel is _strictly_ a list of all the possible things to put in your kernel config -- there are no explanatory comments anymore. -- Matt Emmerton