Adjust default argument construction for -c to be getopt compliant for

consistency, even though unbound understood it.
This commit is contained in:
Peter Wemm 2015-05-22 21:33:13 +00:00
parent ee960398a0
commit e9de8580dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283301

View File

@ -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}