From owner-cvs-src@FreeBSD.ORG Thu May 31 20:09:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4044C16A4FE; Thu, 31 May 2007 20:09:30 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (pittgoth.com [205.134.163.206]) by mx1.freebsd.org (Postfix) with ESMTP id 0179413C448; Thu, 31 May 2007 20:09:29 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id l4VK9RCH022242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 31 May 2007 16:09:27 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 31 May 2007 16:08:47 -0400 From: Tom Rhodes To: Andrew Thompson Message-Id: <20070531160847.2518e248.trhodes@FreeBSD.org> In-Reply-To: <20070531200622.GA97754@heff.fud.org.nz> References: <200705312005.l4VK54UX036149@repoman.freebsd.org> <20070531200622.GA97754@heff.fud.org.nz> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 20:09:30 -0000 On Fri, 1 Jun 2007 08:06:22 +1200 Andrew Thompson wrote: > On Thu, May 31, 2007 at 08:05:04PM +0000, Tom Rhodes wrote: > > trhodes 2007-05-31 20:05:04 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/man/man5 rc.conf.5 > > Log: > > There is no pf module yet. > > > > Revision Changes Path > > 1.324 +4 -2 src/share/man/man5/rc.conf.5 > > > > http://cvsweb.FreeBSD.org/src/share/man/man5/rc.conf.5.diff?r1=1.323&r2=1.324 > > --- src/share/man/man5/rc.conf.5 2007/04/10 16:42:14 1.323 > > +++ src/share/man/man5/rc.conf.5 2007/05/31 20:05:04 1.324 > > @@ -22,9 +22,9 @@ > > .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > > .\" SUCH DAMAGE. > > .\" > > -.\" $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/share/man/man5/rc.conf.5,v 1.323 2007/04/10 16:42:14 keramida Exp $ > > +.\" $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/share/man/man5/rc.conf.5,v 1.324 2007/05/31 20:05:04 trhodes Exp $ > > .\" > > -.Dd April 6, 2007 > > +.Dd May 31, 2007 > > .Dt RC.CONF 5 > > .Os > > .Sh NAME > > @@ -769,7 +769,9 @@ appropriately. > > builds > > .Xr pf 4 > > into the kernel. > > -Otherwise it is loaded from a module. > > Sure there is, /boot/kernel/pf.ko > I don't seem to have one ... %uname -a FreeBSD localhost 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Thu May 24 23:58:47 EDT 2007 trhodes@localhost:/usr/obj/usr/home/trhodes/work/current/src/sys/MOBILE i386 %pwd /boot/kernel %ls -al pf.ko ls: pf.ko: No such file or directory -- Tom Rhodes