From: Hasso Tepper Date: Tue, 15 Jan 2008 19:17:36 +0000 (+0000) Subject: Defaults for btconfig and sdpd rc.d scripts. X-Git-Tag: v2.0.1~1357 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/5e2415d8073a5ab5434365cb75601b1f4450d608 Defaults for btconfig and sdpd rc.d scripts. Reminded-by: swildner@ and matthias@ --- diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index b92176be83..a624f204c6 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -14,7 +14,7 @@ # All arguments must be in double or single quotes. # # $FreeBSD: src/etc/defaults/rc.conf,v 1.180 2003/06/26 09:50:50 smkelly Exp $ -# $DragonFly: src/etc/defaults/rc.conf,v 1.44 2008/01/09 11:30:08 swildner Exp $ +# $DragonFly: src/etc/defaults/rc.conf,v 1.45 2008/01/15 19:17:36 hasso Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -223,6 +223,10 @@ dntpd_enable="NO" # Run dntpd Network Time Protocol (or NO). dntpd_program="/usr/sbin/dntpd" # path to dntpd, if you want a different one. dntpd_flags="" # Flags to dntpd (if enabled) also server name(s) +# Bluetooth deamons and options: +btconfig_enable="NO" +sdpd_enable="NO" + # Network Information Services (NIS) options: All need rpcbind_enable="YES" ### nis_client_enable="NO" # We're an NIS client (or NO). nis_client_flags="" # Flags to ypbind (if enabled).