From owner-freebsd-questions@FreeBSD.ORG Wed Sep 15 04:37:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0974616A4CE for ; Wed, 15 Sep 2004 04:37:43 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84CD843D45 for ; Wed, 15 Sep 2004 04:37:42 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc13) with ESMTP id <20040915043740016005pdp9e>; Wed, 15 Sep 2004 04:37:40 +0000 Received: from [192.168.0.3] (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 13C08131; Wed, 15 Sep 2004 00:37:39 -0400 (EDT) Message-ID: <4147C715.8000205@trini0.org> Date: Wed, 15 Sep 2004 00:37:41 -0400 From: Gerard Samuel User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040909) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joshua Lewis References: <000401c49adb$1e195af0$3901a8c0@salvation> In-Reply-To: <000401c49adb$1e195af0$3901a8c0@salvation> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: BIND9 REPLACE BASE BIND8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 04:37:43 -0000 Joshua Lewis wrote: > I have been having been having some issues with BIND that have been > driving me up the wall. I believe I may have located the problem. I > believe I had both BIND8 and BIND9 installed on the same system. So I am > reinstalling from the ports collection and overwriting BIND8 completely. > I wish to avoid this issue in the future. I found this in a how to > online and was wondering if it is accurate. > > if you plan on upgrading your base system, add "NO_BIND= true" to / > etc/make.conf to keep 'buildworld' from blowing away your current BIND > install. > > > For one thing there was no make.conf in /etc. Then the other thing is > the syntax looks odd to me. I would have thought it would be > NO_BIND="TRUE" as this is the syntax I have seen in rc.conf. Could > someone set me strait? > > First things first. Please there is no need to shout your title.. Depending on which FBSD your're using -> 4.x.x -> /etc/defaults/make.conf 5.x.x -> /usr/share/examples/etc/make.conf These are the options that you can put into your custom /etc/make.conf file. Hopefully that should clear things up...