From owner-freebsd-questions@FreeBSD.ORG Thu Sep 28 18:26:07 2006 Return-Path: X-Original-To: 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 272F616A403 for ; Thu, 28 Sep 2006 18:26:07 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC8643D64 for ; Thu, 28 Sep 2006 18:26:06 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so293980nzn for ; Thu, 28 Sep 2006 11:26:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tOzggTnA0uqqGnjz5zrPJQS+SfS//8ZQ1qxMGazGp+2toZkmIe76xUuPxllhRSzNg0QgFsMBwnRsr8GyVl5XTqjNLUwkIe0/6E5U5T8g7L2pc54gWFbkXtXDfr7qlAyOXC+bXlMNmKS4gemWDsbojsrHJx/J49MLZ1Z16vGTAcE= Received: by 10.65.151.6 with SMTP id d6mr2332316qbo; Thu, 28 Sep 2006 11:26:05 -0700 (PDT) Received: by 10.64.84.5 with HTTP; Thu, 28 Sep 2006 11:26:05 -0700 (PDT) Message-ID: Date: Thu, 28 Sep 2006 13:26:05 -0500 From: "illoai@gmail.com" To: "Bill Moran" In-Reply-To: <20060928140804.a7c302e8.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060928140804.a7c302e8.wmoran@collaborativefusion.com> Cc: questions@freebsd.org 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:26:07 -0000 On 9/28/06, 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. > USB mouse? Becuase those seem to be handled automagically somewhere by usbd. usbd.conf(5) gives an ensample of how to make usbd attach a mouse, but there does not seem to be a simple counterexample, and it happens without such lines in any case, it would seem. >From a quick grep, it would appear that apmd has a provision for starting moused, as with devd. -- --