aboutsummaryrefslogtreecommitdiffstats
path: root/mandriva/tmpdir.csh
diff options
context:
space:
mode:
Diffstat (limited to 'mandriva/tmpdir.csh')
-rw-r--r--mandriva/tmpdir.csh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mandriva/tmpdir.csh b/mandriva/tmpdir.csh
index a2cc08da..c0deecab 100644
--- a/mandriva/tmpdir.csh
+++ b/mandriva/tmpdir.csh
@@ -1,8 +1,8 @@
# $Id$
# Set TMPDIR and TMP
-if (-f /etc/sysconfig/shell) then
- eval `cat /etc/sysconfig/shell | grep -v ^# | sed -re 's/^([^=]+=)/set \1/'`
+if (-f /etc/security/shell) then
+ eval `cat /etc/security/shell | grep -v ^# | sed -re 's/^([^=]+=)/set \1/'`
endif
if ($?SECURE_TMP) then