From owner-cvs-src@FreeBSD.ORG Wed Apr 27 08:14:49 2005 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 80A6816A4CE; Wed, 27 Apr 2005 08:14:49 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE6C643D5C; Wed, 27 Apr 2005 08:14:48 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])j3R8Elml004139; Wed, 27 Apr 2005 18:14:47 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j3R8EiIo011190; Wed, 27 Apr 2005 18:14:45 +1000 Date: Wed, 27 Apr 2005 18:14:44 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Darren Reed In-Reply-To: <20050426142941.GD14477@hub.freebsd.org> Message-ID: <20050427180928.I61544@delplex.bde.org> References: <200504251820.j3PIKGY1021086@repoman.freebsd.org> <20050426032556.GB14477@hub.freebsd.org> <20050426142941.GD14477@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Darren Reed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter INST.FreeBSD-2.2 Makefilefils.c inet_addr.c ip_fil_freebsd.c ip_htable.c ip_htable.h ip_irc_pxy.c ip_lfil.c ip_lookup.c ip_lookup.h ... 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: Wed, 27 Apr 2005 08:14:49 -0000 On Tue, 26 Apr 2005, Darren Reed wrote: > On Tue, Apr 26, 2005 at 02:32:10PM +1000, Bruce Evans wrote: > ... >> unexpanded $NetBSD$ tag to an expanded $FreeBSD$ tag. >> >> Files in the contrib directory are supposed to have $FreeBSD$ tags if >> and only if FreeBSD actually changed them, and there shouldn't be many >> such files. In my year-old copy of the contrib directory, about 4% >> of the files have a $FreeBSD$ tag, and contrib/ipfilter has the same >> percentage of such files. > > Ahh....the script i used to build the directory tree and populate it came > from NetBSD which has $NetBSD$ in all the files....and then I got hassled > by cvs about the lack of $FreeBSD$ when I went to commit something so just > ran over all the files to shut cvs up. Cvs doesn't "hassle" about tags in the contrib directory (or in certain other directories). See /home/ncvs/CVSROOT*/commit_prep.pl. Bruce