summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2015-05-22 21:33:13 +0000
committerpeter <peter@FreeBSD.org>2015-05-22 21:33:13 +0000
commit23e3d79f09cf59685b55bcfe34c557d8943d8f16 (patch)
tree763c7846cdfcff783e2b67c020d282cb9da0c5aa
parent93408dd7e4a6cc8cc70252206ea3619d9400eea2 (diff)
downloadFreeBSD-src-23e3d79f09cf59685b55bcfe34c557d8943d8f16.zip
FreeBSD-src-23e3d79f09cf59685b55bcfe34c557d8943d8f16.tar.gz
Adjust default argument construction for -c to be getopt compliant for
consistency, even though unbound understood it.
-rwxr-xr-xetc/rc.d/local_unbound2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/local_unbound b/etc/rc.d/local_unbound
index 5f3d0cf..ce3256d 100755
--- a/etc/rc.d/local_unbound
+++ b/etc/rc.d/local_unbound
@@ -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}
OpenPOWER on IntegriCloud