From owner-freebsd-questions@FreeBSD.ORG Tue Mar 7 07:17:45 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 B18BA16A420 for ; Tue, 7 Mar 2006 07:17:45 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD7A43D4C for ; Tue, 7 Mar 2006 07:17:43 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so927971wxc for ; Mon, 06 Mar 2006 23:17:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UHVc5itjba7nlEQuGU2CF0l2VcHYzlyYvSUXKmjAjD/sEZsDdnmHCgUMGXoH2o9+Q7H4DjYNWnaQ0jHr5jUjiUwBdkfaDWKyXY1/DWddEUTHTcgHlroKQ5W3PUNYBc0Mb8RyLv7nm+HJVhe/lw7VAhSGEWcIzKPcX9jppmVVBCE= Received: by 10.70.16.14 with SMTP id 14mr4985289wxp; Mon, 06 Mar 2006 23:17:42 -0800 (PST) Received: by 10.70.58.15 with HTTP; Mon, 6 Mar 2006 23:17:42 -0800 (PST) Message-ID: Date: Tue, 7 Mar 2006 01:17:42 -0600 From: "illoai@gmail.com" To: "Yuan Jue" In-Reply-To: <200603070934.02881.yuanjue02@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200603070934.02881.yuanjue02@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: portsnap cannot change its default WORKDIR ? 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: Tue, 07 Mar 2006 07:17:45 -0000 -On 3/6/06, Yuan Jue wrote: > Hi, all > > I am now using portsnap in FreeBSD 6.0 to upgrade ports tree. It is reall= y > much faster than CVSUp. But there is one question that bother me: > I cannot change the WORKDIR that portsnap use. > > I have change WORKDIR in /etc/portsnap.conf to /usr/local/portsnap, but > when using 'portsnap fetch', the download files still store > in /var/db/portsnap. > > Any suggestions about this? Thanks in advance! > > My /etc/portsnap.conf is as follows: > > # $FreeBSD: src/etc/portsnap.conf,v 1.1.2.1 2005/08/15 20:24:07 cperciva = Exp $ > > # Default directory where compressed snapshots are stored. > WORKDIR=3D/usr/local/portsnap Well, it's doesn't seem broken here and mine is exactly like yours. Are you using portsnap from the base distro or from the ports tree? I was under the impression that portsnap from ports used /usr/local/etc/portsnap.conf so you may try copying your /etc/portsnap.conf there and see if that fixes something or any- thing. -- --