From owner-freebsd-questions Tue Oct 16 18:19:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 74B2937B405 for ; Tue, 16 Oct 2001 18:19:54 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15tfN5-0001JH-00; Tue, 16 Oct 2001 21:19:47 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9H1OrX07615; Tue, 16 Oct 2001 21:24:55 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Tue, 16 Oct 2001 21:24:53 -0400 (EDT) From: Dru X-X-Sender: To: Cc: Subject: Re: Lynx 2.8.3rel.1 related In-Reply-To: Message-ID: <20011016212249.T7576-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 16 Oct 2001 legg@iastate.edu wrote: > (This may have a simple answer, but I am not incredibly familiar with > lynx, but certainly others have seen this. Most lynx FAQ's are dead links > though :< ) > > I use lynx 2.8.3rel.1 When I download a binary, it saves the file to /tmp > and then when done downloading it copies the file to the home directory > withing /usr. > > This is a problem because /tmp only has 100MB of space (shared with root I > believe). Binaries of significant size will not be downloaded. How can I > have it temp to a different location, ( ~/tmp would be great) or something > comparable? Hi Timothy, Have you tried: env LYNX_TEMP_SPACE=/preferred_location If that works, you should be able to set that environment variable in your .cshrc or .profile file. Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message