From owner-cvs-all Thu Aug 23 12:13:57 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 1A41437B408; Thu, 23 Aug 2001 12:13:39 -0700 (PDT) (envelope-from paul@freebsd-services.com) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 18EF21D146; Thu, 23 Aug 2001 20:13:35 +0100 (BST) Date: Thu, 23 Aug 2001 20:13:35 +0100 From: Paul Richards To: Matt Dillon , Charlie Root Cc: Brian Somers , "Andrey A. Chernov" , Jun Kuriyama , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, brian@freebsd-services.com Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/mtree BSD.var.dist src/etc/namedb named.conf Message-ID: <151700000.998594014@lobster.originative.co.uk> In-Reply-To: <200108231756.f7NHutU88154@earth.backplane.com> References: <200108231632.f7NGWEo55019@aldan.algebra.com> <200108231756.f7NHutU88154@earth.backplane.com> X-Mailer: Mulberry/2.1.0b3 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --On Thursday, August 23, 2001 10:56:55 -0700 Matt Dillon wrote: > > : > :> > > Change pidfile location to /var/run/named/pid. > : > :Yes! I'd also suggest moving the sandbox into /var/db/named ... > > Most of the files in /etc/namedb really belong in /etc/namedb. They > are not generated files. Only the secondary files are generated on > the fly and for the sandbox and chroot options to work that must be > in a subdirectory. I put all my domain files in /var/dns. That's a personal admin choice and isn't really a location I'd advocate standardising on. I'd suggest /var something though, /var/db/dns is a reasonable suggestion. /etc is not the right place for zone files. Zone files are not really part of the system configuration and don't fit conceptually in /etc. From a practical perpsective, I have a fair number of zones and /etc is on a partition that invariably doesn't have enough space. Zone files are something that will take up an indeterminate amount of space and therefore /var is the appropriate filesystem for them, not the root partition, especially the slave files, since they're written at runtime and / is a partition that preferably shouldn't be written to. If we're going to make a serious attempt at setting up bind in a sandbox by default then the location of zone files should be standardised outside of /etc/namedb. Paul Richards FreeBSD Services Ltd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message