From owner-cvs-all@FreeBSD.ORG Sun Mar 6 09:15:45 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A377916A4CE; Sun, 6 Mar 2005 09:15:45 +0000 (GMT) Received: from les.ath.cx (12.41.244.43.ap.yournet.ne.jp [43.244.41.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B85C43D39; Sun, 6 Mar 2005 09:15:45 +0000 (GMT) (envelope-from qhwt+fbsd@les.ath.cx) Received: by les.ath.cx (Postfix, from userid 1000) id 7ECED1B8760; Sun, 6 Mar 2005 18:15:43 +0900 (JST) Date: Sun, 6 Mar 2005 18:15:43 +0900 From: YONETANI Tomokazu To: Andre Oppermann Message-ID: <20050306091543.GA64889@les.ath.cx> References: <200502221740.j1MHefOr065785@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502221740.j1MHefOr065785@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org 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-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 06 Mar 2005 09:15:45 -0000 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''. Regards.