From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 21:18:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6C5B216A41F for ; Sat, 14 Jan 2006 21:18:51 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED77943D46 for ; Sat, 14 Jan 2006 21:18:50 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from [192.168.0.140] (tui75-2-82-229-178-102.fbx.proxad.net [82.229.178.102]) by smtp5-g19.free.fr (Postfix) with ESMTP id 46E6817126; Sat, 14 Jan 2006 22:18:50 +0100 (CET) Date: Sat, 14 Jan 2006 22:18:49 +0100 From: Mathieu CHATEAU X-Mailer: The Bat! (v3.62.12) Professional X-Priority: 3 (Normal) Message-ID: <1803146722.20060114221849@free.fr> To: Dominique Goncalves In-Reply-To: <7daacbbe0601140303p207b7a64x6d3e39042db34272@mail.gmail.com> References: <822293652.20060114105311@free.fr> <7daacbbe0601140303p207b7a64x6d3e39042db34272@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: [RESOLVED] Re[2]: portupgrade from bin 9.3.1 to 9.3.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu CHATEAU List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 21:18:51 -0000 Saturday, January 14, 2006, 12:03:47 PM, you wrote: DG> Hi, DG> On 1/14/06, Mathieu CHATEAU wrote: >> Hello, >> >> i have done a portupgrade -Rr bind9 on a server. >> >> bind 9.3.1 was in /usr/sbin/named, but >> bind 9.3.2 is in /usr/local/sbin/named >> >> Now, i have 2 bind9 version on the same system... >> >> any way to cleanup ? did i miss something ? DG> pkg_delete the bind 9.3.2 port installation, and install bind 9.3.2 DG> with this option WITH_PORT_REPLACES_BASE_BIND9=YES in your make.conf DG> HTH. >> >> Thanks, >> Mathieu CHATEAU DG> Regards. it works, thanks ! /etc/rc.d/named still gives some errors : /etc/rc.d/named: WARNING: $command_interpreter -c != ELF [: /usr/sbin/named: unexpected operator Starting named. named is started anyway. I have read somewhere that named shoud now be controlled by rndc directly : why not change named.conf to use rndc to still have a startup script ? Mathieu CHATEAU