aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level4.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/level4.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/level4.sh')
-rwxr-xr-xinit-sh/level4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index aafb265..978e8d3 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -82,7 +82,7 @@ AddRules "0 4 * * * root /usr/share/msec/security.sh" /etc/crontab
# Server update
echo "Setting secure level variable to 4 :"
AddRules "export SECURE_LEVEL=4" /etc/profile.d/msec.sh
-AddRules "setenv SECURE_LEVEL=4" /etc/profile.d/msec.csh
+AddRules "setenv SECURE_LEVEL 4" /etc/profile.d/msec.csh
export SECURE_LEVEL=4