Subject: Re: How to properly start named
To: B. James Phillippe <bryanxms@ecst.csuchico.edu>
From: Luke Mewburn <lukem@netbsd.org>
List: netbsd-help
Date: 10/22/2001 10:52:47
On Sun, Oct 21, 2001 at 04:38:08PM -0700, B. James Phillippe wrote:
> On Sun, 21 Oct 2001, Nigel Reed wrote:
> 
> > named=YES               named_flags="-c /etc/namedb/named.conf"
> >
> > That's how I do it.
> 
> Thanks Nigel, I'll give that a shot.  Now, how can I run it from the
> command-line using this syntax?  That is, if I don't want to re-run init,
> how can I invoke or configure /etc/rc.d/named to accomplish the same?

Type the following at a root shell prompt:
	/etc/rc.d/named start


Luke.