Re: nsd_flags

2014-11-10 Thread Ingo Schwarze
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

Re: nsd_flags

2014-11-07 Thread David Dahlberg
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}

nsd_flags

2014-11-06 Thread Maurice Janssen
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

nsd_flags default

2014-05-25 Thread Martin, Matthew
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