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) ?

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to