From owner-freebsd-bluetooth@FreeBSD.ORG Tue Nov 8 23:57:54 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D88216A41F; Tue, 8 Nov 2005 23:57:54 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from ismybrain.com (ismybrain.com [64.246.42.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D6143D45; Tue, 8 Nov 2005 23:57:53 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [10.254.186.111] (localhost.localdomain [127.0.0.1]) by ismybrain.com (8.11.6/8.11.6) with ESMTP id jA8NvpJ26205; Tue, 8 Nov 2005 18:57:52 -0500 Message-ID: <43713B7D.7090405@savvis.net> Date: Tue, 08 Nov 2005 15:57:49 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bluetooth@freebsd.org, freebsd-rc@freebsd.org References: <4367E346.4080106@savvis.net> <20051102111709.GD2465@comp.chem.msu.su> <20051102161311.GA8499@odin.ac.hmc.edu> <43690365.60909@savvis.net> <20051102190655.GA3961@odin.ac.hmc.edu> <436A6649.7000602@savvis.net> <20051103203217.GA30685@odin.ac.hmc.edu> <436BE02D.2020404@savvis.net> <20051107200040.GB29473@odin.ac.hmc.edu> <4370EAB4.8090000@savvis.net> <20051108201620.GD27091@odin.ac.hmc.edu> In-Reply-To: <20051108201620.GD27091@odin.ac.hmc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Brooks Davis , Yar Tikhiy Subject: Re: [RFC] rc.d integration for the bluetooth subsystem X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 23:57:54 -0000 All, please find next revision of bluetooth-rc stuff at http://people.freebsd.org/~emax/bluetooth-rc-3.diff.txt in this revision i have moved default bluetooth.device.conf configuration file under /etc/defaults. device specific overrides are under /etc/bluetooth and called '$dev.conf'. the rest if quite the same, so /etc/rc.d/bluetooth start "foo" 1) sets hardwired defaults (for backward compatibility) 2) reads /etc/defaults/bluetooth.device.conf (if any) 3) reads /etc/bluetooth/foo.conf i also removed offending { } in while loop stdin redirection. if this is acceptable then i will commit this and start working on bluetooth.device.conf(5) man page and handbook chapter updates. thanks, max