aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level2.sh')
-rwxr-xr-xinit-sh/level2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level2.sh b/init-sh/level2.sh
index 0379d4f..6bf8255 100755
--- a/init-sh/level2.sh
+++ b/init-sh/level2.sh
@@ -65,7 +65,7 @@ echo -e "\t- Security warning in syslog : yes."
export SECURE_LEVEL=2
echo "Setting secure level variable to 2 :"
AddRules "export SECURE_LEVEL=2" /etc/profile.d/msec.sh
-AddRules "setenv SECURE_LEVEL=2" /etc/profile.d/msec.sh
+AddRules "setenv SECURE_LEVEL=2" /etc/profile.d/msec.csh
echo "Setting umask to 022 (u=rw,g=r,o=r) :"
AddRules "umask 022" /etc/profile