Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 09:31:48 +0100
From:      Mike Clarke <jmc-freebsd2@milibyte.co.uk>
Cc:        Chris Maness <chris@chrismaness.com>, FreeBSD - <freebsd-questions@freebsd.org>
Subject:   Re: Changing TMPDIR for restore?
Message-ID:  <20150630093148.66210ff6@curlew.lan>
In-Reply-To: <AAE4DC5A-8B20-4118-9D19-27D0DAFC4C8D@mac.com>
References:  <CANnsUMFauyZhiw8tF1TYp75QrGimCV2otjE_iERXtvY35orxqg@mail.gmail.com> <AAE4DC5A-8B20-4118-9D19-27D0DAFC4C8D@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
n Mon, 29 Jun 2015 18:41:02 -0700
Charles Swiger <cswiger@mac.com> wrote:

> On Jun 29, 2015, at 4:46 PM, Chris Maness <chris@chrismaness.com> wrote:

[snip]

> > I did #set TMPDIR='/mnt/tmp'  and #echo $TMPDIR shows the correct
> > directory.  I am stuck, and not finding any hints on the net.
> > 
> > Any suggestions?
> 
> Try "export TMPDIR" next.  Or do it in one step via "export
> TMPDIR=/mnt/tmp".

Looks like the OP might have been using csh in which case it should be -

     setenv TMPDIR /mnt/tmp

-- 
Mike Clarke



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150630093148.66210ff6>