From owner-freebsd-questions@FreeBSD.ORG Thu Sep 28 18:17:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B1AA16A412 for ; Thu, 28 Sep 2006 18:17:11 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D9243D49 for ; Thu, 28 Sep 2006 18:17:11 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k8SIH7cV030318; Thu, 28 Sep 2006 11:17:09 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Thu, 28 Sep 2006 14:16:56 -0400 User-Agent: KMail/1.9.4 References: <20060928140804.a7c302e8.wmoran@collaborativefusion.com> In-Reply-To: <20060928140804.a7c302e8.wmoran@collaborativefusion.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609281416.56648.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Bill Moran Subject: Re: moused insists on starting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 18:17:11 -0000 On Thursday 28 September 2006 14:08, Bill Moran wrote: > 6.1. Moused starts on boot, and issuing /etc/rc.d/moused stop has > not effect. My /etc/rc.conf has the line: > moused_enable="NO" > yet the damn thing starts. Assuming you have a USB mouse, this is controlled by /etc/devd.conf (or /etc/usbd.conf in older releases). Comment out or modify the ums/moused entry to suit your preferences. JN