From owner-svn-src-all@FreeBSD.ORG Mon Oct 13 15:16:21 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35C59A34; Mon, 13 Oct 2014 15:16:21 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F188D89; Mon, 13 Oct 2014 15:16:20 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E49BFB958; Mon, 13 Oct 2014 11:16:19 -0400 (EDT) From: John Baldwin To: "Alexander V. Chernikov" Subject: Re: svn commit: r272840 - in head: sbin/ipfw sys/conf sys/modules/ipfw sys/netgraph sys/netinet sys/netpfil/ipfw Date: Mon, 13 Oct 2014 09:48:44 -0400 Message-ID: <2571261.YJvB1AIsTc@ralph.baldwin.cx> User-Agent: KMail/4.12.5 (FreeBSD/10.1-BETA2; KDE/4.12.5; amd64; ; ) In-Reply-To: <5A09F093-EC19-4E02-8930-224D8CC08D31@ipfw.ru> References: <201410091932.s99JWaSc065624@svn.freebsd.org> <6784482.tcpsbB2Pkh@ralph.baldwin.cx> <5A09F093-EC19-4E02-8930-224D8CC08D31@ipfw.ru> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 13 Oct 2014 11:16:20 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, "Alexander V. Chernikov" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 15:16:21 -0000 On Sunday, October 12, 2014 12:14:51 AM Alexander V. Chernikov wrote: > On 11 Oct 2014, at 20:13, John Baldwin wrote: > > On Thursday, October 09, 2014 07:32:36 PM Alexander V. Chernikov wr= ote: > >> Author: melifaro > >> Date: Thu Oct 9 19:32:35 2014 > >> New Revision: 272840 > >> URL: https://svnweb.freebsd.org/changeset/base/272840 > >>=20 > >> Log: > >> Merge projects/ipfw to HEAD. > >=20 > > Should it now say 'ipfw3' in dmesg instead of ipfw2? Also, should = the >=20 > I=E2=80=99m not sure all these changes are worth renaming ipfw2 to ip= fw3 :) A similar change warranted ipfw -> ipfw2 IIRC. :) Note that the module= is=20 still called 'ipfw' in dependencies. The '2' in ipfw2 was simply the m= odule version number. > > associated filenames (ipfw2.* and ip_fw2.*) be renamed? (Perhaps b= ack > > to just ipfw.* and ip_fw.* to avoid more rototill in the future?) Another approach would be to just go back to calling it 'ipfw' and drop= the 2 entirely. It's kind of like how pkgng is now called pkg(8), or the "new NFS client/server" is now just the "NFS client/server". --=20 John Baldwin