diff options
author | Florin Grad <florin@mandriva.com> | 2001-09-20 15:54:44 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-09-20 15:54:44 +0000 |
commit | 7c3f72ec37bb23e2023521a068421256e72c944a (patch) | |
tree | 9af239a8f6e7d5f692046f6e1b12b9ad468c0814 /init-sh | |
parent | 44a99aba6b0c166b91464f6cef78e6422b8c7945 (diff) | |
download | msec-7c3f72ec37bb23e2023521a068421256e72c944a.tar msec-7c3f72ec37bb23e2023521a068421256e72c944a.tar.gz msec-7c3f72ec37bb23e2023521a068421256e72c944a.tar.bz2 msec-7c3f72ec37bb23e2023521a068421256e72c944a.tar.xz msec-7c3f72ec37bb23e2023521a068421256e72c944a.zip |
typo in profile.d entries
Diffstat (limited to 'init-sh')
-rwxr-xr-x | init-sh/level2.sh | 2 |
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 |