Date: Thu, 16 Sep 2004 14:59:29 -0500 From: Steve Ames <steve@energistic.com> To: Gordon Bergling <gbergling@0xfce3.net> Cc: freebsd-current@freebsd.org Subject: Re: HEADS UP! BIND 9.2.3 coming soon! Message-ID: <20040916195929.GA42386@energistic.com> In-Reply-To: <20040916172134.GA1043@nemesis.md.0xfce3.net> References: <4149AD1B.1050902@samsco.org> <20040916172134.GA1043@nemesis.md.0xfce3.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 16, 2004 at 07:21:34PM +0200, Gordon Bergling wrote:
> Thanks for doing this. :)
> 
> Are there any plans to choose a zone-file layout like it is in OpenBSD?
> On OpenBSD they store the zone-files in /var which separate folders for
> Master,Slave and standard.
? Don't you just put one of these in your named.conf:
options {
       directory "/var/namedb";
};
As for 'master','slave', etc... you can specify those directories directly
also:
zone "my-domain.net" {
       type master;
       file "master/my-domain.net";
};
would put this in the "master" subdirectory of the directory listed in
options.
The configuration file can also be stored in /var... just invoke 'named'
with the right command line:
named [-c conffile]
e.g. '/usr/sbin/named -c /var/named/named.conf'
Since BIND already handled all of this I'm not sure how this could be xBSD
specific?
-Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040916195929.GA42386>
