From owner-freebsd-questions@FreeBSD.ORG Fri May 6 18:52:10 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 8670E106566B for ; Fri, 6 May 2011 18:52:10 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0919C8FC0C for ; Fri, 6 May 2011 18:52:09 +0000 (UTC) Received: by bwz12 with SMTP id 12so3985099bwz.13 for ; Fri, 06 May 2011 11:52:08 -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=MpLPfsi7v32GX1AGriinh6GiMrqCJ0om5h4qOl3IHK4=; b=DckSMm1G49Y2+S+klbhHoEgT6x/2s0M9QkwoxOCHueeY1kWjLiitgyj8wOSnkVOZnQ vTYLOXoYj3RkdkSiWfEJCPoYqnV2urKhHRADpVkTuhJT01Q24xItHr99Efmt0ACXBFOK pk6dz/i/vwR7bkMoCk+DQr046ojw+J2+CZRaY= 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=Gf0L2tgM50xNtCmgz5JvTtpfUqM8hSZYAivtL/5zIIOk8O6EOMxAf6cQ59CgErQ2iA ag24K1vuof55pMZcO71TtB8oMmIFH2yGpe77JJHot3CcmvhSQAj2RKq21E7TvGUBSg+8 Db9tRu6aZxjvu64yzwyUObpz5UOTiP3ld0VRc= MIME-Version: 1.0 Received: by 10.204.154.199 with SMTP id p7mr715093bkw.114.1304707928612; Fri, 06 May 2011 11:52:08 -0700 (PDT) Received: by 10.204.169.65 with HTTP; Fri, 6 May 2011 11:52:08 -0700 (PDT) In-Reply-To: References: <20110506190941.64bc8ee5.freebsd@edvax.de> Date: Fri, 6 May 2011 13:52:08 -0500 Message-ID: From: Antonio Olivares To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Polytropon , FreeBSD Questions Subject: Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts? 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: Fri, 06 May 2011 18:52:10 -0000 Warren, Sorry to ask, but what does one run after we run # portmaster -na I have cleared all questions and am ready to update, what magical command will do it? Thanks, Antonio On Fri, May 6, 2011 at 12:54 PM, Warren Block wrote: > On Fri, 6 May 2011, Polytropon wrote: > >> Maybe it's much better if you utilize the ports infra- >> structure. >> >> =A0 =A0 =A0 =A0# cd /var/db/pkg >> =A0 =A0 =A0 =A0# pkg_delete -fad >> >> or >> >> =A0 =A0 =A0 =A0# pkg_delete -f * > > These are both equivalent to > =A0# pkg_delete -a >