id:TransFreeBSD:20051011:p3 id:TransFreeBSD:20051122:p1 の6-stable 5-stableへの導入

追加

### Bluetooth ###

hcsecd_enable="NO"
Enable hcsecd(8) (or NO)
hcsecd_config="/etc/bluetooth/hcsecd.conf"
hcsecd(8) configuration file
sdpd_enable="NO"
Enable sdpd(8) (or NO)
sdpd_control="/var/run/sdp"
sdpd(8) control socket
sdpd_groupname="nobody"
set spdp(8) user/group to run as after
sdpd_username="nobody"
it initializes

commit log

MFC:
Start Bluetooth integration into rc.d system.
Bluetoothをrc.dシステムへ統合しました。
Introduce /etc/rc.d/bluetooth script to start/stop Bluetooth devices. It will be called from devd(8) in response to device arrival/departure events. It is also possible to call it by hand to start/stop particular device without unplugging it.
Bluetoothバイスを開始/停止する/etc/rc.d/bluetoothスクリプトを導入しました。これはデバイスの接続/切断イベント応答によりdevd(8)から呼ばれます。また、これを呼ぶ事により、取り外す事なく手動で特定のデバイスを開始/停止する事も可能です。
Introduce generic way to set configuration parameters for Bluetooth devices. By default /etc/rc.d/bluetooth script has hardwired defaults compatible with old rc.bluetooth from /usr/share/netgraph/bluetooth/examples. These can be overridden using /etc/defaults/bluetooth.device.conf file (system wide defaults). Finally, there could be another device specific override file located in /etc/bluetooth/$device.conf (where $device is ubt0, btccc0 etc.)
Bluetoothバイスのために設定パラメータをセットする一般的な手法を導入しました。デフォルトでは、/etc/rc.d/bluetoothスクリプトは/usr/share/netgraph/bluetooth/examplesの古いrc.bluetoothと互換なデフォルト値に設定(hardwired)されています。これらは/etc/defaults/bluetooth.device.confファイル(システム標準値)で上書きできます。(設定の)最後に、/etc/bluetooth/$device.conf($deviceはubt0、btccc0など)のファイルにより他のデバイス固有値に上書きできます。
The list of configuration parameters and their meaning described in the /etc/defaults/bluetooth.device.conf file. Even though Bluetooth device configuration files are not shell scripts, they must follow basic sh(1) syntax.
設定パラメータのリストとそれらの意味は/etc/defaults/bluetooth.device.confファイルに書かれています。Bluetoothバイス設定ファイルはシェルスクリプトではありませんが、基本的なsh(1)文法に従います。
Add rc.d scripts for the hcsecd(8) and sdpd(8) daemons. Put defaults into /etc/defaults/rc.conf. Both daemons can run even if no Bluetooth devices are attached to the system. Both daemons depend on Bluetooth socket layer.
hcsecd(8)とsdpd(8)デーモンのためのrc.dスクリプトを加えました。デフォルト値は/etc/defaults/rc.confにあります。たとえBluetoothバイスがシステムに接続されなくても、双方のデーモンを動かすことができます。双方のデーモンはBluetoothソケットレイヤに依存します。
Fix Bluetooth assigned numbers URL in /etc/bluetooth/protocols file.
/etc/bluetooth/protocolsファイル中のBluetooth割り当て番号のURLを修正しました。
$FreeBSD: src/etc/defaults/rc.conf,v 1.252.2.5 2005/11/23 18:03:32 emax Exp $
$FreeBSD: src/etc/defaults/rc.conf,v 1.212.2.21 2005/11/23 22:51:01 emax Exp $