summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2005-10-11 19:16:48 +0000
committeremax <emax@FreeBSD.org>2005-10-11 19:16:48 +0000
commitcf4406c1aad2a5376c68a3a05b83831476520440 (patch)
treee7683df66ddaedd463f7cb3a6d733a9bc6b994f1 /etc/defaults
parentb5eab5b239897e8bfabfb3e7af4dde6b080c59ab (diff)
downloadFreeBSD-src-cf4406c1aad2a5376c68a3a05b83831476520440.zip
FreeBSD-src-cf4406c1aad2a5376c68a3a05b83831476520440.tar.gz
Add rc.d scripts for the hcsecd(8) and sdpd(8) daemons. Put defaults into
/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
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 1385061..3d543ac 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -309,6 +309,15 @@ isdn_screenflags="NO" # screenflags for ${isdn_fsdev}
isdn_trace="NO" # Enable the ISDN trace subsystem (or NO).
isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace
+### Bluetooth ###
+hcsecd_enable="NO" # Enable hcsecd(8) (or NO)
+hcsecd_config="/etc/bluetooth/hcsecd.conf" # hcsecd(8) configuration file
+
+sdpd_enable="NO" # Enable sdpd(8) (or NO)
+sdpd_control="/var/run/sdp" # sdpd(8) control socket
+sdpd_group="nobody" # set spdp(8) user/group to run as after
+sdpd_user="nobody" # it initializes
+
### Miscellaneous network options: ###
icmp_bmcastecho="NO" # respond to broadcast ping packets
OpenPOWER on IntegriCloud