Author: arekm                        Date: Tue Apr  1 06:48:58 2008 GMT
Module: setup                         Tag: HEAD
---- Log message:
Set TMPDIR variable, too.

---- Files affected:
setup/etc/profile.d:
   tmp-dir.csh (1.4 -> 1.5) , tmp-dir.sh (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: setup/etc/profile.d/tmp-dir.csh
diff -u setup/etc/profile.d/tmp-dir.csh:1.4 setup/etc/profile.d/tmp-dir.csh:1.5
--- setup/etc/profile.d/tmp-dir.csh:1.4 Mon Jan  3 13:47:50 2005
+++ setup/etc/profile.d/tmp-dir.csh     Tue Apr  1 08:48:53 2008
@@ -2,3 +2,4 @@
        mkdir -p ~/tmp >& /dev/null
        chmod -f og-rwx ~/tmp >& /dev/null
 endif
+setenv TMPDIR ~/tmp

================================================================
Index: setup/etc/profile.d/tmp-dir.sh
diff -u setup/etc/profile.d/tmp-dir.sh:1.5 setup/etc/profile.d/tmp-dir.sh:1.6
--- setup/etc/profile.d/tmp-dir.sh:1.5  Mon Jan  3 13:47:50 2005
+++ setup/etc/profile.d/tmp-dir.sh      Tue Apr  1 08:48:53 2008
@@ -2,3 +2,5 @@
        mkdir -p ~/tmp > /dev/null 2>&1
        chmod -f og-rwx ~/tmp 2>/dev/null
 fi
+TMPDIR=~/tmp
+export TMPDIR
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/setup/etc/profile.d/tmp-dir.csh?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/setup/etc/profile.d/tmp-dir.sh?r1=1.5&r2=1.6&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to