From owner-freebsd-questions@FreeBSD.ORG Mon Sep 4 12:17:21 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 8E0C016A4DA for ; Mon, 4 Sep 2006 12:17:21 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C4143D4C for ; Mon, 4 Sep 2006 12:17:14 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2892029pye for ; Mon, 04 Sep 2006 05:17:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=NKQ5rjtj2Nd8mKzFJqQPIPsuhjIfRQxXB+U3Qms39/pTvyj7AMs/7B+69k3JMiT0es9TD/NFlefF6vqOgPgMcbtQZH/qFvFL6K/szTApDEaWmDdOqk8l6n5Nt77ll1Jo5gCXj3f9kqY89PBRU/3Ve3eDlx0Q13FwcGz1iq0whbU= Received: by 10.35.65.17 with SMTP id s17mr7627902pyk; Mon, 04 Sep 2006 05:17:14 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Mon, 4 Sep 2006 05:17:14 -0700 (PDT) Message-ID: Date: Mon, 4 Sep 2006 16:17:14 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Phares Kariuki" In-Reply-To: <20060904120140.38612.qmail@web50512.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060904120140.38612.qmail@web50512.mail.yahoo.com> X-Google-Sender-Auth: 95b9d18d1aa7e106 Cc: freebsd-questions@freebsd.org Subject: Re: UPGRADING PACKAGES 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, 04 Sep 2006 12:17:21 -0000 On 9/4/06, Phares Kariuki wrote: > Hello > > I installed Samba 2 on a FreeBSD box running 5.4 Stable... > now the problem is this... I urgently need to upgrade this package > but cannot seem to find a way to do so... I didnt install it off the port... > In istalled it using pkg_add... it was in the CD that contains applications.... Deinstall it (pkg_delete -x samba) and install samba3 from ports (cd /usr/ports/net/samba3 && make install) or packages (pkg_add -r samba3)