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"