On Tuesday 07 March 2006 15:17, [EMAIL PROTECTED] wrote: > -On 3/6/06, Yuan Jue <[EMAIL PROTECTED]> wrote: > > Hi, all > > > > I am now using portsnap in FreeBSD 6.0 to upgrade ports tree. It is > > really 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=/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. >
OK. I found the trick finally ;) There is a needless space before 'WORKDIR', which makes portsnap cannot read this line correctly. Now it works fine for me :-) -- Best Regards Yuan, Jue @ www.yuanjue.net _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
