aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level0.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/level0.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/level0.sh')
-rwxr-xr-xinit-sh/level0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level0.sh b/init-sh/level0.sh
index 81054ff..05c8507 100755
--- a/init-sh/level0.sh
+++ b/init-sh/level0.sh
@@ -64,7 +64,7 @@ echo -e "\t- Security warning in syslog : no."
export SECURE_LEVEL=0
echo "Setting secure level variable to 0 :"
AddRules "export SECURE_LEVEL=0" /etc/profile.d/msec.sh
-AddRules "setenv SECURE_LEVEL=0" /etc/profile.d/msec.csh
+AddRules "setenv SECURE_LEVEL 0" /etc/profile.d/msec.csh
echo "Setting umask to 022 (u=rw,g=r,o=r) :"
AddRules "umask 022" /etc/profile