From owner-freebsd-questions@FreeBSD.ORG Tue Jan 31 23:08: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 678EF16A420 for ; Tue, 31 Jan 2006 23:08:51 +0000 (GMT) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 834D643D4C for ; Tue, 31 Jan 2006 23:08:50 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 31 Jan 2006 23:08:49 -0000 Received: from 162.241.62.81.cust.bluewin.ch (EHLO storage.mine.nu) [81.62.241.162] by mail.gmx.net (mp022) with SMTP; 01 Feb 2006 00:08:49 +0100 X-Authenticated: #912863 Received: from storage.mine.nu (localhost [127.0.0.1]) by storage.mine.nu (8.13.4/8.13.4) with ESMTP id k0VN8jnL099887; Wed, 1 Feb 2006 00:08:46 +0100 (CET) (envelope-from lars@storage.mine.nu) Received: (from lars@localhost) by storage.mine.nu (8.13.4/8.13.4/Submit) id k0VN8ftJ099886; Wed, 1 Feb 2006 00:08:41 +0100 (CET) (envelope-from lars) Date: Wed, 1 Feb 2006 00:08:41 +0100 From: lars To: Alvaro =?iso-8859-1?Q?J=2E_Gurdi=E1n?= Message-ID: <20060131230841.GA99863@storage.mine.nu> References: <20060131220131.GB38470@dan.emsphone.com> <92a0fa936ee007b04b74bf349f19b21a@lanoticia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92a0fa936ee007b04b74bf349f19b21a@lanoticia.com> User-Agent: Mutt/1.4.2.1i X-Y-GMX-Trusted: 0 Cc: FreeBSD-Questions Questions Subject: Re: Proper FreeBSD installation practices 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: Tue, 31 Jan 2006 23:08:51 -0000 "Alvaro J. Gurdin" wrote: > I used sysinstall to look for it: the chose > configure->packages->ftp->main site->package selection->DNS > in there I saw several versions of BIND but 9.3.1 was the newest. > > What am I doing wrong? I chose FTP to try to get the most up to date > info....what happened? > > I see 9.3.2 on Fresh ports, why not thru sysinstall? > Maybe the FTP repository you are getting the package from simply doesn't have the newest package(s). You could also try # pkg_add -r bind9 for kicks. Otherwise, update your ports tree and install from there.