Subject: rc.d won't pass _flags on when restarting manually?
To: None <netbsd-users@netbsd.org>
From: Amadeus Stevenson <amadeus.stevenson@gmail.com>
List: netbsd-users
Date: 01/06/2005 00:16:43
Hello all,
I'm having trouble restarting a process which I have configured in rc.conf.
Maybe I'm doing something wrong so any help would be appreciated!
I have:
named9=YES
named9_flags="-4 -c /etc/namedb/named.conf"
in my rc.conf
When I try running /etc/rc.d/named9 restart it fails to pass on these
flags at all and I end up having to run: /usr/pkg/sbin/named -4 ...
myself.
Is this the wrong way to restart a process from rc.conf?
Thanks for any advice
Amadeus