From owner-freebsd-usb@FreeBSD.ORG Mon Mar 28 04:57:10 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F243216A4CE for ; Mon, 28 Mar 2005 04:57:10 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1460B43D1F for ; Mon, 28 Mar 2005 04:57:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2S4pmHW072850; Sun, 27 Mar 2005 21:54:22 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 27 Mar 2005 21:52:20 -0700 (MST) Message-Id: <20050327.215220.39144807.imp@bsdimp.com> To: ddlawrence@excite.com From: "M. Warner Losh" In-Reply-To: <20050327184130.12C56B6E4@xprdmailfe19.nwk.excite.com> References: <20050327184130.12C56B6E4@xprdmailfe19.nwk.excite.com> 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: freebsd-usb@freebsd.org Subject: Re: compiling usbd X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 04:57:11 -0000 In message: <20050327184130.12C56B6E4@xprdmailfe19.nwk.excite.com> "Don Lawrence" writes: : Hi. I have to recompile my usb daemon cuz of a STALLED : problem. The C code fix compiled OK I believe, but the : executable did not get updated. : : Anyone have a procedure to recompile & reinstall usbd? usbd doesn't do anything interesting except run unix commands on certain events. I think you are barking up the wrong tree. Warner