From owner-cvs-all@FreeBSD.ORG Mon Nov 1 19:06:16 2004 Return-Path: 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 10DCD16A4CE; Mon, 1 Nov 2004 19:06:16 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB6243D45; Mon, 1 Nov 2004 19:06:15 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iA1J5f0O007714; Mon, 1 Nov 2004 12:05:41 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 01 Nov 2004 12:05:43 -0700 (MST) Message-Id: <20041101.120543.32720740.imp@bsdimp.com> To: mtm@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200411011805.iA1I5fCZ040914@repoman.freebsd.org> References: <200411011805.iA1I5fCZ040914@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc usbd.conf src/etc/defaults rc.conf src/etc/rc.d moused src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 01 Nov 2004 19:06:16 -0000 In message: <200411011805.iA1I5fCZ040914@repoman.freebsd.org> Mike Makonnen writes: : Additionally, this updates /etc/usbd.conf to use the rc.d/moused script so : people don't have to modify it to configure their usb mouse anymore. Actually, we should be moving this configruation to devd.conf from usbd.conf... Warner