Hi,
David Dahlberg wrote on Fri, Nov 07, 2014 at 08:11:50AM +:
> Am Donnerstag, den 06.11.2014, 21:24 +0100 schrieb Maurice Janssen:
>> I suppose the comment in rc.conf should be: for normal use: ""
>> Just like most other services. Is that correct?
It doesn't really matter, IMHO. Both are
Am Donnerstag, den 06.11.2014, 21:24 +0100 schrieb Maurice Janssen:
> I suppose the comment in rc.conf should be: for normal use: ""
> Just like most other services. Is that correct?
A look into rc.subr:
| eval _rcflags=\${${_name}_flags}
[..]
| [ -n "${_rcflags}" ] && daemon_flags=${_rcflags}
Hi,
I just upgraded my nameserver to 5.6-stable and noticed the following
line in /etc/rc.conf:
nsd_flags=NO# for normal use: "-c /var/nsd/etc/nsd.conf"
However, /etc/rc.d/nsd contains the following line:
daemon_flags="-c /var/nsd/etc/nsd.conf"
I suppose th
Why does /etc/rc.conf say for nsd_flags for normal use:
"-c /var/nsd/etc/nsd.conf" and not "" since according to nsd(8) the
default value of -c already is "/var/nsd/etc/nsd.conf"? I've tested,
and both ways start nsd correctly.
-Matthew Martin
4 matches
Mail list logo