From owner-cvs-all@FreeBSD.ORG Thu Nov 4 05:24:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5BDF16A4CE; Thu, 4 Nov 2004 05:24:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6901343D1F; Thu, 4 Nov 2004 05:24:29 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA45OTVG070010; Thu, 4 Nov 2004 05:24:29 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA45OTdx070009; Thu, 4 Nov 2004 05:24:29 GMT (envelope-from gshapiro) Message-Id: <200411040524.iA45OTdx070009@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 4 Nov 2004 05:24:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BIND.chroot.dist src/etc/namedb named.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 05:24:29 -0000 gshapiro 2004-11-04 05:24:29 UTC FreeBSD src repository Modified files: etc/mtree BIND.chroot.dist etc/namedb named.conf Log: Create a separate directory for dynamic zones which is owned by the bind user (for creation of the zone journal file). This is separate from the master/ directory for security. Give an example dynamic zone in the sample named.conf. Approved by: dougb Noticed by: Eivind Olsen MFC after: 1 week Revision Changes Path 1.6 +2 -0 src/etc/mtree/BIND.chroot.dist 1.20 +14 -0 src/etc/namedb/named.conf