From owner-freebsd-ports@FreeBSD.ORG Mon Jan 9 06:08:27 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B771816A420 for ; Mon, 9 Jan 2006 06:08:27 +0000 (GMT) (envelope-from jeff@sailorfej.net) Received: from mail.sailorfej.net (mail.sailorfej.net [65.102.14.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D44843D49 for ; Mon, 9 Jan 2006 06:08:26 +0000 (GMT) (envelope-from jeff@sailorfej.net) Received: from [192.168.150.40] (doorwarden.sailorfej.net [65.102.14.161]) (authenticated bits=0) by mail.sailorfej.net (8.13.1/8.12.11) with ESMTP id k0968MbW006303 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Jan 2006 22:08:22 -0800 (PST) (envelope-from jeff@sailorfej.net) Message-ID: <43C1FDD1.5040704@sailorfej.net> Date: Sun, 08 Jan 2006 22:08:17 -0800 From: Jeffrey Williams User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Jakubik , ports@freebsd.org References: <43C1C6AA.8070600@rogers.com> In-Reply-To: <43C1C6AA.8070600@rogers.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.85.1/1235/Sun Jan 8 10:13:01 2006 on mail.sailorfej.net X-Virus-Status: Clean Cc: Subject: Re: bind9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 06:08:27 -0000 Yep, I am running bind9 on the 4.11, installed with the "PORT_REPLACES_BASE_BIND9" defined. If done that way, the configs reside in /etc/namedb and it is started by placing "named_enable="YES"" in your rc.conf. If you install it from ports but don't tell it to replace the base bind, then its config lives in /usr/local/etc/namedb which you can symlink to /etc/namedb and you need to change the default path by adding "named_program="/usr/local/sbin/named"" to you rc.conf, or you not enable named in your rc.conf and create a startup script in the "/usr/local/etc/rc.d" instead. Jeff Mike Jakubik wrote: > I s anyone running bind9 on FreeBSD 4? If so, could someone tell me how > they are doing so? Where are the config and environment files kept? > Also, i cant seem to find any startup script for it. > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >