Alan Coopersmith wrote:
> Darren J Moffat wrote:
> > - A modification to "/etc/profile" (and the matching csh file) to set TMPDIR
> >   to  "/tmp/${LOGNAME}" if TMPDIR was not set yet.
> 
> Note that this will move the default location used for files
> created with tempnam() etal. from the on-disk /var/tmp to the
> tmpfs /tmp.   Does anything depend on being able to access
> such files across reboots (like editor autosave/recovery) ?

AFAIK no since APIs like |tmpfile()| and |tmpnam()| are for temporary
data only and they should not be used for permanent storage (e.g. AFAIK
it is a bug when applications would use these APIs for storing permanent
data).

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)

Reply via email to