From owner-cvs-all@FreeBSD.ORG Sat Jan 28 21:10:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 36AFC16A420; Sat, 28 Jan 2006 21:10:29 +0000 (GMT) (envelope-from gordon@tetlows.org) Received: from spiff.melthusia.org (spiff.melthusia.org [207.67.244.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FBF43D46; Sat, 28 Jan 2006 21:10:28 +0000 (GMT) (envelope-from gordon@tetlows.org) Received: from [192.168.1.51] (cpe-66-91-238-221.san.res.rr.com [66.91.238.221]) (authenticated bits=0) by spiff.melthusia.org (8.12.10/8.12.10) with ESMTP id k0SLARTJ097805; Sat, 28 Jan 2006 13:10:27 -0800 (PST) (envelope-from gordon@tetlows.org) Message-ID: <43DBDDD2.8080605@tetlows.org> Date: Sat, 28 Jan 2006 13:10:42 -0800 From: Gordon Tetlow User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Robert Watson References: <200601282103.k0SL3GMS067644@repoman.freebsd.org> In-Reply-To: <200601282103.k0SL3GMS067644@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/netrate/juggle juggle.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2006 21:10:29 -0000 Robert Watson wrote: > rwatson 2006-01-28 21:03:16 UTC > > FreeBSD src repository > > Modified files: > tools/tools/netrate/juggle juggle.c > Log: > Use $FreeBSD$ for the juggle version, rather than $P4$. This is good for > two reasons: > > (1) juggle is now maintained in CVS, not P4, so the CVS revision number is > the authoritative one. > (2) Apparently $P4$ requires special handling and juggle was not marked > as needing it, resulting in problems for the P4 importer. > > Requested by: gordon > Thanks!