Page MenuHomeFreeBSD

D12831.id34445.diff
No OneTemporary

D12831.id34445.diff

Index: etc/defaults/rc.conf
===================================================================
--- etc/defaults/rc.conf
+++ etc/defaults/rc.conf
@@ -419,6 +419,7 @@
accept_sourceroute="NO" # accept source routed packets to us
### Bluetooth ###
+bluetooth_enable="NO" # Set to YES to initialize bluetooth interfaces.
hcsecd_enable="NO" # Enable hcsecd(8) (or NO)
hcsecd_config="/etc/bluetooth/hcsecd.conf" # hcsecd(8) configuration file
Index: etc/rc.d/bluetooth
===================================================================
--- etc/rc.d/bluetooth
+++ etc/rc.d/bluetooth
@@ -34,7 +34,7 @@
name="bluetooth"
desc="Bluetooth setup script"
-rcvar=
+rcvar="${name}_enable"
start_cmd="bluetooth_start"
stop_cmd="bluetooth_stop"
required_modules="ng_bluetooth ng_hci ng_l2cap ng_btsocket"

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 22, 8:26 AM (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35356426
Default Alt Text
D12831.id34445.diff (806 B)

Event Timeline