svn commit: r271257 - in head/etc: defaults rc.d

yaneurabeya at gmail.com yaneurabeya at gmail.com
Mon Sep 8 09:49:26 UTC 2014


On Sep 8, 2014, at 2:33, Dag-Erling Smørgrav <des at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140908/d5ce1aa7/attachment.sig>


More information about the svn-src-all mailing list