From owner-freebsd-questions@FreeBSD.ORG Tue Mar 23 06:33:34 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 C0D3816A4CE for ; Tue, 23 Mar 2004 06:33:34 -0800 (PST) Received: from mail.u4eatech.com (blackhole.u4eatech.com [195.188.241.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD4843D2F for ; Tue, 23 Mar 2004 06:33:33 -0800 (PST) (envelope-from richard.williamson@u4eatech.com) Received: (from filter@localhost) by mail.u4eatech.com (8.11.6/8.11.6) id i2NEXWH27555; Tue, 23 Mar 2004 14:33:32 GMT X-Authentication-Warning: mail.u4eatech.com: filter set sender to richard.williamson@u4eatech.com using -f Received: from apus.u4eatech.com (unknown [172.30.20.100]) by mail.u4eatech.com (Postfix) with ESMTP id BDFCD1577D4; Tue, 23 Mar 2004 14:33:28 +0000 (GMT) Message-Id: <6.0.3.0.2.20040323143104.02510b50@cygnus> X-Sender: richard@cygnus X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Tue, 23 Mar 2004 14:36:42 +0000 To: Mipam From: "Richard P. Williamson" In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=-6.3 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES, REPLY_WITH_QUOTES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-questions@freebsd.org Subject: Re: maxproc is automatically adjusted? 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: Tue, 23 Mar 2004 14:33:34 -0000 At 13:13 23/03/2004, Mipam wrote: >Thanks for your answer. > >I only dont know where to find the LINT file in the src tree. >in /usr/src i tried find . -name LINT >but no result. (sorry for this luser question). >Bye, PMFBI obligatory winge: Where's the context of that follow-on question? For 4.8 and that era, if you installed the source when installing FreeBSD, look for /usr/src/sys/i386/conf/LINT Try: % cd /usr/src/sys/i386/conf % config LINT % cd ../../compile/LINT % make depend % make % ls -l kernel Note you probably don't want to install this kernel. rip