aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/hcsecd
Commit message (Collapse)AuthorAgeFilesLines
* Use $required_modules wherever suitable. Use load_kld() in specialYaroslav Tykhiy2006-12-311-15/+1
| | | | | | | cases. So we get rid of quite a few lines of duplicated code. Notes: svn path=/head/; revision=165683
* Remove not needed redirection of kldstat -q output to /dev/null.Maksim Yevmenkin2005-11-221-1/+1
| | | | | | | | Noticed by: pjd MFC after: 3 days Notes: svn path=/head/; revision=152690
* Revise hcsecd(8) and sdpd(8) rc.d scripts one more timeMaksim Yevmenkin2005-11-221-4/+12
| | | | | | | | | | | | | - Use _prestart rc.d method to automatically kldload ng_btsocket(4) if needed; - Rename "sdpd_user" to "sdpd_username" and "sdpd_group" to "sdpd_groupname" to avoid collision with "magic" variables; Inspired by: yar MFC after: 3 days Notes: svn path=/head/; revision=152688
* Revise hcsecd(8) and sdpd(8) rc.d scripts.Maksim Yevmenkin2005-11-151-3/+11
| | | | | | | | | | | | | - Have both scripts automatically kldload ng_btsocket(4). I did not want to do it, but its easier for users and it seems other scripts do similar things; - Assign few variables after load_rc_config, so the /etc/rc.conf overrides actually work; MFC after: 1 week Notes: svn path=/head/; revision=152462
* Add rc.d scripts for the hcsecd(8) and sdpd(8) daemons. Put defaults intoMaksim Yevmenkin2005-10-111-0/+22
/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 and thus disabled by default. Bluetooth sockets layer must be either loaded as a module or compiled into kernel before the daemons can run. MFC after: 1 month Notes: svn path=/head/; revision=151240