Subject: Re: named settings
To: Mark R. Nathan <mark@nathan.net>
From: Robert Elz <kre@munnari.OZ.AU>
List: netbsd-help
Date: 06/20/2000 03:45:55
Date: Mon, 19 Jun 2000 10:35:07 -0700
From: "Mark R. Nathan" <mark@nathan.net>
Message-ID: <p0431012ab57409c8178f@[192.168.1.100]>
| named.conf is there and very visable. At a loss at the moment.
Run "strings" on named and grep for named.conf
strings /usr/sbin/named | grep named.conf
Make sure that you and the named binary are agreeing on where the
named.conf file is supposed to live.
Or, run named with the "-c /path/to/named.conf" args.
kre