From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 22:11:33 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12667106566B for ; Thu, 29 Apr 2010 22:11:33 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id B5C4F8FC0C for ; Thu, 29 Apr 2010 22:11:32 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o3TMBVtl026228; Thu, 29 Apr 2010 16:11:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o3TMBV9k026225; Thu, 29 Apr 2010 16:11:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 29 Apr 2010 16:11:31 -0600 (MDT) From: Warren Block To: Marco Beishuizen In-Reply-To: Message-ID: References: <20100428182223.GA34355@slackbox.erewhon.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Thu, 29 Apr 2010 16:11:31 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Using a scanner (USB) as user and not as root 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, 29 Apr 2010 22:11:33 -0000 On Thu, 29 Apr 2010, Marco Beishuizen wrote: > On Thu, 29 Apr 2010, Warren Block wrote: > >> One more problem: there should be a quote at the end of the last line. >> >> attach 100 { >> device-name "ugen[0-9].[0-9]"; >> match "vendor" "0x04b8"; >> match "product" "0x010a"; >> action "usb_devaddr=`echo $device-name | sed 's#^ugen##'` && \ >> chown root:saned /dev/usb/${usb_devaddr}.* && \ >> chmod 0660 /dev/usb/${usb_devaddr}.*" > > Shouldn't there be a ; at the end of the action line also? Because every line > above ends with it too. I also ended the total attach 100 statement with }; > because that seems the case in the rest of devd.conf. Yes, sorry about that. Next time I'm going to post the whole section instead of trying to edit it down. > To see if these changes work I'll have to reboot later because I'm updating > my ports, and this can take a while... There's '/etc/rc.d/devd restart', but it's probably not something to experiment with during updates. -Warren Block * Rapid City, South Dakota USA