From owner-cvs-src@FreeBSD.ORG Sun Mar 6 11:23:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE57016A4CE; Sun, 6 Mar 2005 11:23:23 +0000 (GMT) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D776343D58; Sun, 6 Mar 2005 11:23:22 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received-SPF: pass (mp2.macomnet.net: domain of maxim@macomnet.ru designates 127.0.0.1 as permitted sender) receiver=mp2.macomnet.net; client_ip=127.0.0.1; envelope-from=maxim@macomnet.ru; Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.12.11/8.12.11) with ESMTP id j26BNLW9005296; Sun, 6 Mar 2005 14:23:21 +0300 (MSK) (envelope-from maxim@macomnet.ru) Date: Sun, 6 Mar 2005 14:23:21 +0300 (MSK) From: Maxim Konovalov To: YONETANI Tomokazu In-Reply-To: <20050306091543.GA64889@les.ath.cx> Message-ID: <20050306142256.M5248@mp2.macomnet.net> References: <200502221740.j1MHefOr065785@repoman.freebsd.org> <20050306091543.GA64889@les.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 src/sys/conf NOTES options src/sys/netinet ip_input.c ip_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 06 Mar 2005 11:23:24 -0000 On Sun, 6 Mar 2005, 18:15+0900, YONETANI Tomokazu wrote: > On Tue, Feb 22, 2005 at 05:40:41PM +0000, Andre Oppermann wrote: > > 1.494 +1 -0 src/sys/conf/options > > Hi. > A few anonymous posters on a BBS reported that there's a typo in > the added line, making the new option useless: > > IPFIREWALL_FORWARD_EXTENDED opt_ifpw.h > > ``opt_ifpw.h'' should be ``opt_ipfw.h''. Fixed, thanks a lot! -- Maxim Konovalov