From owner-cvs-src@FreeBSD.ORG Sat Jun 11 09:52:08 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 644BD16A41C; Sat, 11 Jun 2005 09:52:08 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F0543D1F; Sat, 11 Jun 2005 09:52:07 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j5B9q5N9098067; Sat, 11 Jun 2005 11:52:05 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j5B9q0HM098066; Sat, 11 Jun 2005 11:52:00 +0200 (CEST) (envelope-from marius) Date: Sat, 11 Jun 2005 11:51:59 +0200 From: Marius Strobl To: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Message-ID: <20050611115159.I80563@newtrinity.zeist.de> References: <200506101736.j5AHaYaI084130@repoman.freebsd.org> <86psutpcqz.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <86psutpcqz.fsf@xps.des.no>; from des@des.no on Sat, Jun 11, 2005 at 09:35:16AM +0200 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-4; AVE: 6.31.0.5; VDF: 6.31.0.32; host: newtrinity.zeist.de) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, markm@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/atkbdc atkbd_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 11 Jun 2005 09:52:08 -0000 On Sat, Jun 11, 2005 at 09:35:16AM +0200, Dag-Erling Smørgrav wrote: > Marius Strobl writes: > > Log: > > Delete a file that was meant to be renamed while repo-copying it but > > wasn't and now is superfluous. > > It can probably be removed from the repo. > I think so, too. When I asked how to proceed Mark answered `cvs rm` it but I guess he'll eventually remove it from the repository. Marius