From owner-freebsd-stable@FreeBSD.ORG Wed Dec 8 17:05:16 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA49016A4D0 for ; Wed, 8 Dec 2004 17:05:16 +0000 (GMT) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0733543D3F for ; Wed, 8 Dec 2004 17:05:16 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.1/8.13.1) with ESMTP id iB8H53uW019815 for ; Wed, 8 Dec 2004 18:05:04 +0100 (CET) (envelope-from ivoras@fer.hr) Message-ID: <41B7343F.3040307@fer.hr> Date: Wed, 08 Dec 2004 18:05:03 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 0.9 (X11/20041111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org References: <41B731F1.5030108@fer.hr> In-Reply-To: <41B731F1.5030108@fer.hr> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: devfs rules X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 17:05:16 -0000 Ivan Voras wrote: > Is there a canonical way of preserving devfs rules (device permissions > actually) across reboots? > > It seems devd.conf works only for "static" devices, not hotplugged, ^^^^^^^^^ this should have been "devfs.conf" > while devfs(8) rules work for those, but they vanish on reboot.