From owner-freebsd-questions@FreeBSD.ORG Wed May 4 19:58:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12122106564A for ; Wed, 4 May 2011 19:58:47 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 940778FC08 for ; Wed, 4 May 2011 19:58:46 +0000 (UTC) Received: by fxm11 with SMTP id 11so1484545fxm.13 for ; Wed, 04 May 2011 12:58:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=FgAkidoTxfdyzE93uBMH7SYOIuuhQ7hQmKmGSgRJkbk=; b=uXtClID2l5EkOJaI6rAh8LSx31fQu8Ld9y7laZDu9LItVRTZhEKkoeIuhWRb5JVJAL GJbvztSphwlD5xn2YxKqCoiGJGDU4JacoztmjpBKJPop/LqLyg07e0D4M+2Q6/mWgjHy 3nGkSgYXQzTZWGehtVVgZsQTLwCYsAYHxZwA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GRppm9WC7MD0Pv2ZDkOXrXhFVmXrwiKfL1bcS0JgXbMpMmr/WxFuLn3yHB21VHTt/z 5ee1L7Y/X5KkoIFxM3eUAicXXIsYyBlQOVloCBWnlEmZkPyZ8OjEBp1qJmdl+UogBOe6 76XbzjPvi24LdkV32h254MnG8174PaN3U1XmQ= MIME-Version: 1.0 Received: by 10.223.6.11 with SMTP id 11mr1383936fax.100.1304539125362; Wed, 04 May 2011 12:58:45 -0700 (PDT) Received: by 10.223.87.5 with HTTP; Wed, 4 May 2011 12:58:45 -0700 (PDT) In-Reply-To: References: Date: Wed, 4 May 2011 15:58:45 -0400 Message-ID: From: "illoai@gmail.com" To: Chris Brennan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: A possibly odd upgrade question 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: Wed, 04 May 2011 19:58:47 -0000 On 4 May 2011 15:54, Chris Brennan wrote: > On Wed, May 4, 2011 at 2:40 PM, illoai@gmail.com wrote= : >> >> On 4 May 2011 12:50, Chris Brennan wrote: >> > =A0is it safe to nuke /usr/local (excluding =A0/usr/local/home), rebui= ld >> > world/kernel for 8.2 and start with a fresh ports tree? >> >> Yes, though pkg_delete -af will probably suffice for removing >> the ports (& /var/db/pkg/ as well). > > Someone else suggested 'pkg_delete -av' ... would -avf then be a safe > assumption? > I want to make sure I have a solid leg to stand on before I start > anything... -v is just for verbose. I honestly don't know if the -f makes a difference with -a either. Probably not. --=20 --