Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/bluetooth
| Show First 20 Lines • Show All 311 Lines • ▼ Show 20 Lines | |||||
| ############################################################################## | ############################################################################## | ||||
| # Start here | # Start here | ||||
| ############################################################################## | ############################################################################## | ||||
| load_rc_config $name | load_rc_config $name | ||||
| hccontrol="${bluetooth_hccontrol:-/usr/sbin/hccontrol}" | hccontrol="${bluetooth_hccontrol:-/usr/sbin/hccontrol}" | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| bluetooth_svcj="NO" | |||||
| run_rc_command $* | run_rc_command $* | ||||