From owner-cvs-all@FreeBSD.ORG Fri Nov 11 04:32:18 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A66FA16A421 for ; Fri, 11 Nov 2005 04:32:18 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 221D443D48 for ; Fri, 11 Nov 2005 04:32:16 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by nproxy.gmail.com with SMTP id d4so170826nfe for ; Thu, 10 Nov 2005 20:32:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MuBCY6m3lwlPdS3DskKXnHIva/sCzTS3Z4m+I9ir1k0JjTo1eJmyZaHZ2RsedP3fANTLYAk1jw2rrIb85sU4dEwu0gxKOvhUGySkwlx4E/7XJEYpukEMG6fCflXgxciUvFFprgCDTbMyMYyOAw0zCUx8D05mzjeteVbwE+ZoZvY= Received: by 10.48.225.4 with SMTP id x4mr134495nfg; Thu, 10 Nov 2005 20:32:15 -0800 (PST) Received: by 10.48.161.15 with HTTP; Thu, 10 Nov 2005 20:32:15 -0800 (PST) Message-ID: Date: Thu, 10 Nov 2005 20:32:15 -0800 From: Maksim Yevmenkin To: Hideyuki KURASHINA In-Reply-To: <20051111.125610.85412213.rushani@bl.mmtr.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511101909.jAAJ9MRs010949@repoman.freebsd.org> <20051111.125610.85412213.rushani@bl.mmtr.or.jp> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, emax@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/bluetooth hosts protocols src/etc/defaults Makefile bluetooth.device.conf src/etc/rc.d Makefile bluetooth X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 04:32:18 -0000 Hello, > >>> On Thu, 10 Nov 2005 19:09:22 +0000 (UTC), Maksim Yevmenkin said: > > > emax 2005-11-10 19:09:22 UTC > > > > FreeBSD src repository > > > > Modified files: > > etc/bluetooth hosts protocols > > etc/defaults Makefile > > etc/rc.d Makefile > > Added files: > > etc/defaults bluetooth.device.conf > > etc/rc.d bluetooth > > Log: > [...] > > The list of configuration parameters and their meaning described in t= he > > /etc/defaults/bluetooth.device.conf file. Even though Bluetooth devic= e > > configuration files are not shell scripts, they must follow basic sh(= 1) syntax. > > > > The bluetooth.device.conf(5) and handbook update will follow shortly. > > Just a thought... > > Why the configuration file is bluetooth.device.conf rather than > bluetooth.conf ? Do you have a plan to make bluetooth.FOO.conf > available also? bluetooth.device.conf name was chosen because this file contains default system wide configuration parameters for bluetooth _device_, not bluetooth as whole. as i tried to describe in the commit log, overrides for specific device go into /etc/bluetooth/FOO.conf, where FOO is the name of bluetooth device driver, i.e. ubt0, btccc1 etc. > I prefer latter one like /etc/defaults/pccard.conf. please take no offence, but there was a long thread on freebsd-bluetooth@ and freebsd-rc@ "Re: [RFC] rc.d integration for the bluetooth subsystem" where i asked for feedback and posted several possible variants before committing this. there were only four people on the thread (brooks and yar were most active). if you feel like there is better way to do this, please join the discussion. we can always change things to make them right. thanks, max