From owner-cvs-src@FreeBSD.ORG Thu Nov 11 04:08:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C315216A4CE; Thu, 11 Nov 2004 04:08:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FD343D31; Thu, 11 Nov 2004 04:08:16 +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 iAB48Gvt072673; Thu, 11 Nov 2004 04:08:16 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAB48G6i072672; Thu, 11 Nov 2004 04:08:16 GMT (envelope-from gshapiro) Message-Id: <200411110408.iAB48G6i072672@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 11 Nov 2004 04:08:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/etc/mtree BIND.chroot.dist src/etc/namedb named.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 04:08:16 -0000 gshapiro 2004-11-11 04:08:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/mtree BIND.chroot.dist etc/namedb named.conf Log: MFC: 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 Revision Changes Path 1.6 +2 -0 src/etc/mtree/BIND.chroot.dist 1.20 +14 -0 src/etc/namedb/named.conf Revision Changes Path 1.5.2.2 +2 -0 src/etc/mtree/BIND.chroot.dist 1.15.2.2 +14 -0 src/etc/namedb/named.conf