Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2015 21:33:14 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283301 - head/etc/rc.d
Message-ID:  <201505222133.t4MLXE8H084346@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peter
Date: Fri May 22 21:33:13 2015
New Revision: 283301
URL: https://svnweb.freebsd.org/changeset/base/283301

Log:
  Adjust default argument construction for -c to be getopt compliant for
  consistency, even though unbound understood it.

Modified:
  head/etc/rc.d/local_unbound

Modified: head/etc/rc.d/local_unbound
==============================================================================
--- head/etc/rc.d/local_unbound	Fri May 22 21:10:14 2015	(r283300)
+++ head/etc/rc.d/local_unbound	Fri May 22 21:33:13 2015	(r283301)
@@ -25,7 +25,7 @@ pidfile="/var/run/${name}.pid"
 
 : ${local_unbound_workdir:=/var/unbound}
 : ${local_unbound_config:=${local_unbound_workdir}/unbound.conf}
-: ${local_unbound_flags:=-c${local_unbound_config}}
+: ${local_unbound_flags:="-c ${local_unbound_config}"}
 : ${local_unbound_forwardconf:=${local_unbound_workdir}/forward.conf}
 : ${local_unbound_controlconf:=${local_unbound_workdir}/control.conf}
 : ${local_unbound_anchor:=${local_unbound_workdir}/root.key}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505222133.t4MLXE8H084346>