From owner-freebsd-questions@FreeBSD.ORG Wed Sep 15 04:15:27 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 9563416A4CE for ; Wed, 15 Sep 2004 04:15:27 +0000 (GMT) Received: from mail4.dslextreme.com (mail4.dslextreme.com [66.51.199.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 69C2C43D1D for ; Wed, 15 Sep 2004 04:15:27 +0000 (GMT) (envelope-from jmlewis@dslextreme.com) Received: (qmail 32192 invoked from network); 15 Sep 2004 04:15:25 -0000 Received: from unknown (HELO salvation) (66.159.250.218) by 192.168.8.81 with SMTP; Wed, 15 Sep 2004 04:15:25 +0000 From: "Joshua Lewis" To: Date: Tue, 14 Sep 2004 21:18:54 -0700 Message-ID: <000401c49adb$1e195af0$3901a8c0@salvation> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 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:15:27 -0000 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? Thanks