aboutsummaryrefslogtreecommitdiffstats
path: root/mandriva/tmpdir.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mandriva/tmpdir.sh')
-rw-r--r--mandriva/tmpdir.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mandriva/tmpdir.sh b/mandriva/tmpdir.sh
index c4e1abd6..9aaa65b7 100644
--- a/mandriva/tmpdir.sh
+++ b/mandriva/tmpdir.sh
@@ -2,8 +2,8 @@
# $Id$
# Set TMPDIR to ~/tmp and create it if directory not exist.
-if [ -f /etc/sysconfig/shell ];then
- . /etc/sysconfig/shell
+if [ -f /etc/security/shell ];then
+ . /etc/security/shell
fi
if [[ "$SECURE_TMP" = "yes" ]];then