From owner-cvs-src@FreeBSD.ORG Thu Aug 19 23:09:14 2004 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 CD94916A4CE; Thu, 19 Aug 2004 23:09:14 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E8D43D48; Thu, 19 Aug 2004 23:09:14 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7JN8rsx011754; Thu, 19 Aug 2004 17:08:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Aug 2004 17:09:01 -0600 (MDT) Message-Id: <20040819.170901.29957611.imp@bsdimp.com> To: andre@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200408191854.i7JIssEG044933@repoman.freebsd.org> References: <200408191854.i7JIssEG044933@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING 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: Thu, 19 Aug 2004 23:09:15 -0000 In message: <200408191854.i7JIssEG044933@repoman.freebsd.org> Andre Oppermann writes: : andre 2004-08-19 18:54:54 UTC : : FreeBSD src repository : : Modified files: : . UPDATING : Log: : Put in a note about the ipfw to pfil_hooks conversion and the requirement : of having said in the kernel to be able to use ipfw. Is this also relevant to RELENG_5? Warner