summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2005-11-22 18:51:43 +0000
committeremax <emax@FreeBSD.org>2005-11-22 18:51:43 +0000
commit3afbecfca542ccc56fca8eedb8b40a674bf2f0c0 (patch)
treeacdcc294868900d4af77e8fffa957379c300593c /etc/defaults
parent402bd9aaee3ab47e2845272c8f87fd9a10305e86 (diff)
downloadFreeBSD-src-3afbecfca542ccc56fca8eedb8b40a674bf2f0c0.zip
FreeBSD-src-3afbecfca542ccc56fca8eedb8b40a674bf2f0c0.tar.gz
Revise hcsecd(8) and sdpd(8) rc.d scripts one more time
- 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
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 3cce26b..8f5dc7a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -316,8 +316,8 @@ 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
+sdpd_groupname="nobody" # set spdp(8) user/group to run as after
+sdpd_username="nobody" # it initializes
### Miscellaneous network options: ###
icmp_bmcastecho="NO" # respond to broadcast ping packets
OpenPOWER on IntegriCloud