From owner-freebsd-questions@FreeBSD.ORG Wed Jan 2 18:24:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ACEEEB6D for ; Wed, 2 Jan 2013 18:24:59 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA2B1BDB for ; Wed, 2 Jan 2013 18:24:53 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TqSzh-0003mT-Pw for freebsd-questions@freebsd.org; Wed, 02 Jan 2013 19:24:49 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Jan 2013 19:24:49 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Jan 2013 19:24:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: using /etc/portsnap.conf Date: Wed, 2 Jan 2013 18:24:14 +0000 (UTC) Lines: 12 Message-ID: References: <50E46E0D.5030202@a1poweruser.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2013 18:24:59 -0000 On Wed, 02 Jan 2013 12:27:41 -0500, Fbsd8 wrote: > When issuing the portsnap command will it automatically read the > /etc/portsnap.conf file or is the -f option mandatory? It will use /etc/portsnap.conf by default. No need for -f unless you need to use a different config file. By the way, in answer to your question in another thread, you don't have to extract the whole tree if you don't want to. Use 'portsnap fetch' the first time around, and then portsnap extract the port you want. See 'man portsnap', and remember to cater for the dependencies.