Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2016 14:39:38 -0400
From:      Matteo Riondato <rionda@gmail.com>
To:        Kurt Lidl <lidl@FreeBSD.Org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r301226 - in head: etc etc/defaults etc/periodic/security etc/rc.d lib lib/libblacklist libexec libexec/blacklistd-helper share/mk tools/build/mk usr.sbin usr.sbin/blacklistctl usr.sbin...
Message-ID:  <BC308CA2-2EE2-448A-9641-0BB769045868@gmail.com>
In-Reply-To: <201606021906.u52J649H019481@repo.freebsd.org>
References:  <201606021906.u52J649H019481@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


> On Jun 2, 2016, at 3:06 PM, Kurt Lidl <lidl@FreeBSD.Org> wrote:
> 
> Author: lidl
> Date: Thu Jun  2 19:06:04 2016
> New Revision: 301226
> URL: https://svnweb.freebsd.org/changeset/base/301226
> 
> Log:
>  Add basic blacklist build support
> 
[snip]
> Modified: head/etc/defaults/rc.conf
> ==============================================================================
> --- head/etc/defaults/rc.conf	Thu Jun  2 18:41:33 2016	(r301225)
> +++ head/etc/defaults/rc.conf	Thu Jun  2 19:06:04 2016	(r301226)
> @@ -270,6 +270,8 @@ hastd_program="/sbin/hastd"	# path to ha
> hastd_flags=""			# Optional flags to hastd.
> ctld_enable="NO"		# CAM Target Layer / iSCSI target daemon.
> local_unbound_enable="NO"	# local caching resolver
> +blacklistd_enable="YES" 	# Run blacklistd daemon (YES/NO).
> +blacklistd_flags=""		# Optional flags for blacklistd(8).

What is the rationale for having this enabled by default? 
Is any of the services that use it (in their default config) enabled by default?

Thanks,
Matteo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BC308CA2-2EE2-448A-9641-0BB769045868>