From owner-freebsd-current@FreeBSD.ORG Tue Sep 28 05:43:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F9316A4CF for ; Tue, 28 Sep 2004 05:43:14 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE71D43D41 for ; Tue, 28 Sep 2004 05:43:13 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004092814:42:58:995948.6197.2956884912 for ; Tue, 28 Sep 2004 14:42:58 +0900 (KST) Message-ID: <4158F9ED.2090203@yahoo.com> Date: Tue, 28 Sep 2004 14:43:09 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <1096042856.24267.6.camel@purgatory.ceribus.net> <20040924222550.F6548@URF.trarfvf> <1096064849.1047.7.camel@server.mcneil.com> <20040925001835.U7126@URF.trarfvf> <20040927184543.I911@bo.vpnaa.bet> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-2.38) (SRN:SPAMROBOT) ----------------- X-Mailman-Approved-At: Tue, 28 Sep 2004 14:39:14 +0000 Subject: Re: Proper way to run bind9 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 05:43:14 -0000 Juha Saarinen wrote: > > /etc/rc.conf > > named_enable="YES" # Run named, the DNS server (or NO). > named_program="/usr/sbin/named" # path to named, if you want a different one. > named_flags="-c /etc/namedb/named.conf -u bind" # Flags for named I feel that named_flags="-c /etc/namedb/named.conf -u bind" is going to be used as the default in too many cases, that it should go into /etc/default/rc.conf. Rob.