From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 17:15:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1BBF16A402 for ; Tue, 27 Feb 2007 17:15:20 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4F8E113C49D for ; Tue, 27 Feb 2007 17:15:20 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] ([192.168.10.217]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.13.8) with ESMTP id l1RHGCSk036909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Feb 2007 17:16:13 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <45E46717.3040504@unsane.co.uk> Date: Tue, 27 Feb 2007 17:15:03 +0000 From: Vince User-Agent: Thunderbird 1.5.0.9 (X11/20070129) MIME-Version: 1.0 To: "J.D. Bronson" References: <45E38849.3090100@juniper.net> <20070227145130.F8671@chylonia.3miasto.net> <45E44D06.7000308@juniper.net> <200702271527.l1RFRt6w011148@cheyenne.sixcompanies.com> In-Reply-To: <200702271527.l1RFRt6w011148@cheyenne.sixcompanies.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Wojciech Puchar , Noah Garrett Wallach , User Questions Subject: Re: named not starting during boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 17:15:20 -0000 >> >> because there are security exploits and keeping upto date version is >> important to me. >> http://www.isc.org/index.pl?/sw/bind/bind-security.php > Patched and available to via freebsd-update (and cvs and cvsup and the links in FreeBSD-SA-07:02.bind) since 9th but thats by the by. > I actually rolled my own version of Bind (9.4.0) and have it working > perfectly and starting under rc.conf > > (I had to edit /etc/rc.d/named though) hmm there's a port for 9.4, but since it doesnt have the options for DLZ which i hear is now integrated i guess you need to roll your own for that stuff. you could probably have got away with just setting some configure options (like --sysconfdir=/etc/namedb) and the named_program variable in /etc/rc.conf rather than hacking /etc/rc.d/named though. Vince > > -JD > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"