From owner-cvs-src@FreeBSD.ORG Mon Nov 3 00:13:16 2003 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 727D916A4E3; Mon, 3 Nov 2003 00:13:16 -0800 (PST) Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C1043F93; Mon, 3 Nov 2003 00:13:12 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id A96FE40; Mon, 3 Nov 2003 09:13:11 +0100 (CET) Date: Mon, 3 Nov 2003 09:13:11 +0100 From: Guido van Rooij To: David O'Brien Message-ID: <20031103081311.GA5938@gvr.gvr.org> References: <200310311948.h9VJmf9v006393@repoman.freebsd.org> <20031031195206.GB11224@Odin.AC.HMC.Edu> <20031101233131.GA39463@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031101233131.GA39463@dragon.nuxi.com> cc: Brooks Davis cc: cvs-src@FreeBSD.org cc: Brooks Davis cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile 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: Mon, 03 Nov 2003 08:13:16 -0000 On Sat, Nov 01, 2003 at 03:31:31PM -0800, David O'Brien wrote: > > We had a big debate about this one... if you're a strong ipfilter user > and don't feel ipfstat and ipnat should be there, please leave them out > of /rescue. Not being an ipfilter user, I wasn't able to make a good > judgment call to leave them out. iopnat is for configuring NAT and thus needs to be in /rescue. ipfstat is meant for reporting statistics/filter lists. It should also be included (unless it is enough to configure lists but not view the installed ones. -Guido