From owner-freebsd-questions@FreeBSD.ORG Mon Mar 26 20:57:01 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 25D9016A400 for ; Mon, 26 Mar 2007 20:57:01 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from mxfep04.bredband.com (mxfep04.bredband.com [195.54.107.79]) by mx1.freebsd.org (Postfix) with ESMTP id 6BFD313C458 for ; Mon, 26 Mar 2007 20:56:58 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from ironport2.bredband.com ([195.54.107.84] [195.54.107.84]) by mxfep03.bredband.com with ESMTP id <20070326203344.YXHL2708.mxfep03.bredband.com@ironport2.bredband.com> for ; Mon, 26 Mar 2007 22:33:44 +0200 Received: from c-bb0471d5.019-61-68617010.cust.bredbandsbolaget.se (HELO moria.endor.swagman.org) ([213.113.4.187]) by ironport2.bredband.com with ESMTP; 26 Mar 2007 22:33:44 +0200 Received: from rivendell (rivendell.endor.swagman.org [192.168.10.10]) by moria.endor.swagman.org (Postfix) with SMTP id E5E3028; Mon, 26 Mar 2007 23:33:00 +0300 (EEST) Message-ID: <023801c76fe6$0f78e190$0a0aa8c0@rivendell> From: "Reko Turja" To: "Don O'Neil" , References: <005d01c76fdd$e67f33a0$0400020a@mickey> Date: Mon, 26 Mar 2007 23:33:49 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Cc: Subject: Re: Updating Bind & OpenSSL on 6.1-Stable/Release 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: Mon, 26 Mar 2007 20:57:01 -0000 > My bind install that came on the 6.1 installation runs from > /usr/bin, > whereas both the package and the source want to run from > /usr/local/bin... You should have named.conf in /etc/namedb unless there's something funny with the original install. Not sure if you need to run make-localhost script in that directory as I do it as a matter of principle each new system install anyway. If I update SSL/SSH/BIND I set the REPLACE_BASE/OVERWRITE_BASE knob (check the Makefile at ports dir for relevant knob name!) so the updated version will overwrite the older at /usr tree. -Reko