From owner-freebsd-questions@FreeBSD.ORG Sat Jan 21 23:48:39 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 D695F16A41F for ; Sat, 21 Jan 2006 23:48:39 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2341243D46 for ; Sat, 21 Jan 2006 23:48:39 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.146.188] (port=38269 helo=smtp3.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1F0STF-0005Mb-Sx; Sun, 22 Jan 2006 00:48:37 +0100 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:51674 helo=desktop.homenet) by smtp3.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1F0STE-0002B7-Be; Sun, 22 Jan 2006 00:48:36 +0100 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Sat, 21 Jan 2006 23:48:15 +0000 User-Agent: KMail/1.9.1 References: <20060121135037.GA807@arwen.nagual.st> <20060121152611.1ff99c47@localhost> In-Reply-To: <20060121152611.1ff99c47@localhost> X-Face: :N, f2_*44g[tRY8Y-gL2zi`G|<6SpFjTeHt|V5LO6Yl2E7yAfEh{E6-8pqxUFX"l)=?utf-8?q?Nm8y=7E=0A=09IWJSAWQ=7D+=3DpP=7CT=5D?=@sy1sz%h)*CW6gtbp]"fe@MjICtIUo.0, CH~{[R4PXSyL MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601212348.15864.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Subject: Re: atapicam load question 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: Sat, 21 Jan 2006 23:48:40 -0000 On Saturday 21 January 2006 14:26, Fabian Keil wrote: > dick hoogendijk wrote: > > When I "kldload atapicam" the permissions in /etc/devfs.conf for cd0 > > are _not_ honored. (I want cd0 to have 0666) > > When I put atapicam_load="YES" in /boot/loader.conf the permissions > > are set the way I want them. > > > > I would like to make the choice for atapicam later if posssible, so my > > question is: why are the permissions not honored by devfs.conf when it > > creates a /dev/cd0 device after a "kldload" ? > > /etc/devfs.conf is for boot-time configuration only. Not true, you just need to restart devfs. > What you're looking for is /etc/devfs.rules. > > Fabian Dan