From owner-cvs-src@FreeBSD.ORG Wed Jul 11 07:08:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F51916A400; Wed, 11 Jul 2007 07:08:24 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1F7D013C459; Wed, 11 Jul 2007 07:08:24 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B78OWJ057501; Wed, 11 Jul 2007 07:08:24 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B78Nmr057500; Wed, 11 Jul 2007 07:08:23 GMT (envelope-from dougb) Message-Id: <200707110708.l6B78Nmr057500@repoman.freebsd.org> From: Doug Barton Date: Wed, 11 Jul 2007 07:08:23 +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 Makefile src/etc/namedb Makefile PROTO.localhost-v6.rev PROTO.localhost.rev make-localhost named.conf src/etc/namedb/master Makefile empty.db localhost-forward.db localhost-reverse.db 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: Wed, 11 Jul 2007 07:08:24 -0000 dougb 2007-07-11 07:08:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc Makefile etc/namedb Makefile named.conf Added files: (Branch: RELENG_6) etc/namedb/master Makefile empty.db localhost-forward.db localhost-reverse.db Removed files: (Branch: RELENG_6) etc/namedb PROTO.localhost-v6.rev PROTO.localhost.rev make-localhost Log: MFC of the work committed on 2007-06-18 to improve the default named.conf. This brings us in line with BCP, and makes our installed configuration usable as a local resolver right out of the box. This includes: 1.359 of etc/Makefile 1.5 of etc/namedb/Makefile 1.1 of etc/namedb/master/Makefile all for the new files in etc/namedb/master, 1.23 and 1.24 of etc/namedb/named.conf to bring in the new configuration options, The new files in etc/namedb/master to support those options, And deletion of the old *localhost*.rev files. See the commit message to HEAD and the comments in the new named.conf file for more details about the changes and the reasons for them. Revision Changes Path 1.343.2.8 +13 -17 src/etc/Makefile 1.4.2.1 +6 -4 src/etc/namedb/Makefile 1.1.16.1 +0 -17 src/etc/namedb/PROTO.localhost-v6.rev (dead) 1.6.34.1 +0 -17 src/etc/namedb/PROTO.localhost.rev (dead) 1.7.2.1 +0 -49 src/etc/namedb/make-localhost (dead) 1.1.2.1 +9 -0 src/etc/namedb/master/Makefile (new) 1.1.2.1 +11 -0 src/etc/namedb/master/empty.db (new) 1.1.2.1 +11 -0 src/etc/namedb/master/localhost-forward.db (new) 1.1.2.1 +13 -0 src/etc/namedb/master/localhost-reverse.db (new) 1.21.2.2 +184 -36 src/etc/namedb/named.conf