From owner-cvs-src@FreeBSD.ORG Thu Aug 2 09:29:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC3BB16A420; Thu, 2 Aug 2007 09:29:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B907913C469; Thu, 2 Aug 2007 09:29:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l729T2jq067715; Thu, 2 Aug 2007 09:29:02 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l729T21E067714; Thu, 2 Aug 2007 09:29:02 GMT (envelope-from dougb) Message-Id: <200708020929.l729T21E067714@repoman.freebsd.org> From: Doug Barton Date: Thu, 2 Aug 2007 09:29:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/namedb named.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Aug 2007 09:29:02 -0000 dougb 2007-08-02 09:29:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/namedb named.conf Log: MFC version 1.25: 1. Move the disable-empty-zone stuff down below the first 25 lines so that the listen-on stuff floats up to the first "page" of text. This makes it very obvious what's going on so that someone trying to enable a server for use on a network can easily see how to do that. 2. Change the default behavior back to using a hint zone for the root. 3. Leave the root slave zone config as a commented out example. 4. Remove the F root server from the example at the request of its operator. (B was removed already.) Revision Changes Path 1.21.2.5 +15 -13 src/etc/namedb/named.conf