Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 02:49:23 -0700
From:      yaneurabeya@gmail.com
To:        =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r271257 - in head/etc: defaults rc.d
Message-ID:  <5AB92BF8-E53D-471E-BF53-24CA390BC797@gmail.com>
In-Reply-To: <201409080933.s889XhXr059263@svn.freebsd.org>
References:  <201409080933.s889XhXr059263@svn.freebsd.org>

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

[-- Attachment #1 --]
On Sep 8, 2014, at 2:33, Dag-Erling Smørgrav <des@FreeBSD.org> wrote:

> Author: des
> Date: Mon Sep  8 09:33:43 2014
> New Revision: 271257
> URL: http://svnweb.freebsd.org/changeset/base/271257
> 
> Log:
>  Use the correct idiom for default values, and ensure that the script
>  works correctly if the user overrides them.
> 
>  PR:		193255
>  Submitted by:	hrs@
>  MFC after:	3 days
> 
> Modified:
>  head/etc/defaults/rc.conf
>  head/etc/rc.d/local_unbound
> 
> Modified: head/etc/defaults/rc.conf
> ==============================================================================
> --- head/etc/defaults/rc.conf	Mon Sep  8 09:19:01 2014	(r271256)
> +++ head/etc/defaults/rc.conf	Mon Sep  8 09:33:43 2014	(r271257)
> @@ -267,6 +267,13 @@ 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
> +local_unbound_program="/usr/sbin/unbound"
> +local_unbound_workdir=/var/unbound
> +local_unbound_config="${local_unbound_workdir}/unbound.conf"
> +local_unbound_flags="-c${local_unbound_config}"
> +local_unbound_forwardconf="${local_unbound_workdir}/forward.conf}”

Hi,
	Is this a typo (dangling “}” at the end)?
Thanks!
-Garrett

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJUDXujAAoJEMZr5QU6S73eY8QH/0TywMBt1VHQ++K+TIQHNIkR
NypjzETQMVixEFoJe3VwUYEDdGDyyq4CpsqfEx7l/HSHBSxDFjyN3CKYilbauVM4
h3SmnaaL0M2J6HBPOwxk0d8eEsK+oBeXnBh6WOA9PoQWHbbZDLka30Uzeqquelgx
vO7hPpGn8VXittlTtZdKiuzqXlyI+J0kqN/840HRPHgVWql9vt0OOE9N2j/rbv53
q/JKh7t71P/hOJ4rKSLgsiGQyDY9idJ+PepQHsIJz0mWl23MfJahGRt78iOzKgQx
gOsVghSyTkR/mEIOqMYapw5GEn8K65nJ9yjJYKWHLAHI4F/iiasVQWuP4aLZMmc=
=OuL7
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5AB92BF8-E53D-471E-BF53-24CA390BC797>