From owner-cvs-all@FreeBSD.ORG Thu May 31 20:19:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38C9716A421; Thu, 31 May 2007 20:19:12 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 95C2213C46A; Thu, 31 May 2007 20:19:11 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id C9823690A6F; Thu, 31 May 2007 21:17:20 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 7E2DA690AA3; Thu, 31 May 2007 21:17:20 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-53-125.net.novis.pt [87.196.53.125]) by core.fnop.net (Postfix) with ESMTP id BED37690A6F; Thu, 31 May 2007 21:17:19 +0100 (WEST) Date: Thu, 31 May 2007 21:19:09 +0100 Message-ID: <86vee8g30i.wl%rpaulo@fnop.net> From: Rui Paulo To: Tom Rhodes In-Reply-To: <20070531160847.2518e248.trhodes@FreeBSD.org> References: <200705312005.l4VK54UX036149@repoman.freebsd.org> <20070531200622.GA97754@heff.fud.org.nz> <20070531160847.2518e248.trhodes@FreeBSD.org> User-Agent: Wanderlust/2.15.5 (Almost Unreal) Emacs/21.3 Mule/5.0 (SAKAKI) X-cite-me: rpaulo MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Andrew Thompson Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 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: Thu, 31 May 2007 20:19:12 -0000 At Thu, 31 May 2007 16:08:47 -0400, Tom Rhodes wrote: > I don't seem to have one ... % pwd [src/sys/modules] /home/rpaulo/freebsd/src/sys/modules % ls -dl pf* [src/sys/modules] drwxr-xr-x 3 rpaulo rpaulo 512 Apr 16 19:04 pf/ drwxr-xr-x 3 rpaulo rpaulo 512 Apr 16 19:04 pflog/ This is -current sources. This, and MODULES_OVERRIDE, controls pf module building (I think): sys/modules/Makefile: .if ${MK_PF} != "no" || defined(ALL_MODULES) _pf= pf _pflog= pflog .endif -- Rui Paulo