aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level2.sh
diff options
context:
space:
mode:
authorFlorin Grad <florin@mandriva.com>2001-09-20 16:05:12 +0000
committerFlorin Grad <florin@mandriva.com>2001-09-20 16:05:12 +0000
commit0854829ba64a385f96f716677ff3316ac0cd5161 (patch)
treefdf786841cb51f633c6c3ecf78889c01b3c83c03 /init-sh/level2.sh
parent7c3f72ec37bb23e2023521a068421256e72c944a (diff)
downloadmsec-0854829ba64a385f96f716677ff3316ac0cd5161.tar
msec-0854829ba64a385f96f716677ff3316ac0cd5161.tar.gz
msec-0854829ba64a385f96f716677ff3316ac0cd5161.tar.bz2
msec-0854829ba64a385f96f716677ff3316ac0cd5161.tar.xz
msec-0854829ba64a385f96f716677ff3316ac0cd5161.zip
typo for /etc/profile.d/*csh
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 6bf8255..4e53d50 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.csh
+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