10 $_rc_subr_loaded .
/etc
/rc.subr
14 required_files
="/etc/bluetooth/btattach.conf"
15 start_cmd
="btattach_start"
16 stop_cmd
="btattach_stop"
21 while read type tty speed flags
; do
28 /usr
/sbin
/btattach
${flags} ${type} ${tty} ${speed}
29 done < /etc
/bluetooth
/btattach.conf
35 pids
="$(check_process btattach)"
36 if [ -n "${pids}" ]; then
37 for pid
in ${pids}; do
43 load_rc_config
${name}