From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 19:51:11 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 B4FC11065674 for ; Wed, 2 Mar 2011 19:51:11 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6608FC15 for ; Wed, 2 Mar 2011 19:51:11 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 93591E71AE; Wed, 2 Mar 2011 19:51:10 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=PQMFHq6cZOXA qfyr7ich73wtvDs=; b=YPqfyP8ka+q4TAgLcDte2ISQNKHqJV+il5mBHEE6pGu0 DIj1+Qy9X6PCGzfIn5KQLV1j4i1tbtMaWScl9TKPdiqhjHVduhFXYot1eQhLQAK+ /1hrqi1mul6LAuvdGGzTn90nwlxobGjX+9dQQhy1z4Kf3SoycUASXbUqV+55owI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=QPICwY AlBEXhiIvXVuS68W+WJQAkt9j8xG6+FxyznrOyG2DVz6i8S+duxR26dDbjxZCG8v hxAzMwwrIcI2zBNqKEKChwUCYC1wCr0z57WmaEhwNAXjbf5QyD1SYW6+9lMP5O7x aamra+uR414Z3HqGMNR4CVnP5BedC/XZfZCgg= Received: from unknown (client-86-31-236-253.oxfd.adsl.virginmedia.com [86.31.236.253]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 2FFBEE71AD; Wed, 2 Mar 2011 19:51:10 +0000 (GMT) Date: Wed, 2 Mar 2011 19:50:36 +0000 From: Bruce Cran To: Ed Flecko Message-ID: <20110302195036.00007658@unknown> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8cvs9 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: portmaster -afv -no-confirm --clean-distfiles-all command - too much automation??? 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, 02 Mar 2011 19:51:11 -0000 On Wed, 2 Mar 2011 09:57:14 -0800 Ed Flecko wrote: > Do you think that's a little too much automation, or do you think that > would be pretty safe to run without screwing things up? I think portmaster's documentation explicitly advises against using -af to rebuild all ports. See the man page for details. -- Bruce Cran