From owner-cvs-src-old@FreeBSD.ORG Sat May 16 21:00:03 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B49F41065670 for ; Sat, 16 May 2009 21:00:03 +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 407738FC14 for ; Sat, 16 May 2009 21:00:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4GL027g083136 for ; Sat, 16 May 2009 21:00:02 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4GL02cf083135 for cvs-src-old@freebsd.org; Sat, 16 May 2009 21:00:02 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <200905162100.n4GL02cf083135@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Sat, 16 May 2009 20:55:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf src/etc/namedb named.conf src/etc/rc.d named src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2009 21:00:04 -0000 dougb 2009-05-16 20:55:28 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/namedb named.conf etc/rc.d named share/man/man5 rc.conf.5 Log: SVN rev 192215 on 2009-05-16 20:55:28Z by dougb 1. New feature; option to have the script loop until a specified hostname (localhost by default) can be successfully looked up. Off by default. 2. New feature: option to create a forwarder configuration file based on the contents of /etc/resolv.conf. This allows you to utilize a local resolver for better performance, less network traffic, custom zones, etc. while still relying on the benefits of your local network resolver. Off by default. 3. Add named-checkconf into the startup routine. This will prevent named from trying to start in a situation where it would not be possible to do so. Revision Changes Path 1.355 +5 -0 src/etc/defaults/rc.conf 1.29 +14 -6 src/etc/namedb/named.conf 1.31 +97 -1 src/etc/rc.d/named 1.360 +26 -0 src/share/man/man5/rc.conf.5