From owner-cvs-all Sat Jun 29 9:45: 3 2002 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 DF63637B401; Sat, 29 Jun 2002 09:44:57 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659A943E13; Sat, 29 Jun 2002 09:44:57 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.4/8.12.2) with ESMTP id g5TGivtL010144; Sat, 29 Jun 2002 09:44:57 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.4/Submit) id g5TGiuXP010143; Sat, 29 Jun 2002 09:44:56 -0700 (PDT) Date: Sat, 29 Jun 2002 09:44:56 -0700 From: "David O'Brien" To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw Makefile ipfw2.c src/sys/netinet ip_dummynet.c ip_fw.h ip_fw2.c src/sys/conf files src/lib/libalias alias_db.c Message-ID: <20020629094456.C82957@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206272302.g5RN2IP5044770@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206272302.g5RN2IP5044770@freefall.freebsd.org>; from luigi@FreeBSD.org on Thu, Jun 27, 2002 at 04:02:18PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 27, 2002 at 04:02:18PM -0700, Luigi Rizzo wrote: > The code is almost entirely new (and I believe I have written the > vast majority of those sections which were taken from the former > ip_fw.c), so rather than modifying the old ip_fw.c I decided to > create a new file, sys/netinet/ip_fw2.c . Same for the user > interface, which is in sbin/ipfw/ipfw2.c (it still compiles to > /sbin/ipfw). The old files are still there, and will be removed > in due time. Please just repo copy the old files to ipfw-old.c if you need to keep them around, and commit your new version on-top of the old. History is much better preserved that way -- along with keeping with normal conventions of source is named same as command as same as src directory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message