svn commit: r339812 - head/libexec/rc

Dag-Erling Smørgrav des at FreeBSD.org
Sat Oct 27 09:34:34 UTC 2018


Author: des
Date: Sat Oct 27 09:34:33 2018
New Revision: 339812
URL: https://svnweb.freebsd.org/changeset/base/339812

Log:
  Add default value for local_unbound_tls + fix nearby style bugs.
  
  Reported by:	bcran@
  MFC after:	3 days

Modified:
  head/libexec/rc/rc.conf

Modified: head/libexec/rc/rc.conf
==============================================================================
--- head/libexec/rc/rc.conf	Sat Oct 27 07:59:19 2018	(r339811)
+++ head/libexec/rc/rc.conf	Sat Oct 27 09:34:33 2018	(r339812)
@@ -283,8 +283,9 @@ hastd_enable="NO"		# Run the HAST daemon (YES/NO).
 hastd_program="/sbin/hastd"	# path to hastd, if you want a different one.
 hastd_flags=""			# Optional flags to hastd.
 ctld_enable="NO"		# CAM Target Layer / iSCSI target daemon.
-local_unbound_enable="NO"	# local caching resolver
-blacklistd_enable="NO" 	# Run blacklistd daemon (YES/NO).
+local_unbound_enable="NO"	# Local caching resolver
+local_unbound_tls="NO"		# Use DNS over TLS
+blacklistd_enable="NO"		# Run blacklistd daemon (YES/NO).
 blacklistd_flags=""		# Optional flags for blacklistd(8).
 resolv_enable="YES"		# Enable resolv / resolvconf
 


More information about the svn-src-all mailing list