From owner-cvs-src@FreeBSD.ORG Sun Feb 3 14:02:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99B5616A418; Sun, 3 Feb 2008 14:02:01 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 5372213C467; Sun, 3 Feb 2008 14:02:01 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from scoo-longs-computer.local (74-92-209-37-Colorado.hfc.comcastbusiness.net [74.92.209.37] (may be forged)) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m13E1pBB046643; Sun, 3 Feb 2008 07:01:57 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <47A5C94F.4040905@samsco.org> Date: Sun, 03 Feb 2008 07:01:51 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Christian Brueffer References: <200802031005.m13A51GI063413@repoman.freebsd.org> In-Reply-To: <200802031005.m13A51GI063413@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.4 tests=none autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile 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: Sun, 03 Feb 2008 14:02:01 -0000 Christian Brueffer wrote: > brueffer 2008-02-03 10:05:01 UTC > > FreeBSD src repository > > Modified files: > sys/modules Makefile > Log: > Don't build the rr232x module, it has been removed. > > Approved by: rwatson (mentor) > > Revision Changes Path > 1.553 +0 -3 src/sys/modules/Makefile Thanks, sorry I forgot to commit this. Scott