diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-29 13:38:34 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-29 13:38:34 +0000 |
commit | 074a50b08907b866707e7a9db0509f874c7cf969 (patch) | |
tree | 92e57d37c1f3ed07e9eb9ddfe6ae8af0def7bbb8 /init-sh | |
parent | ad1c43c8167f3968790ef180e5e4a765253400e6 (diff) | |
download | msec-074a50b08907b866707e7a9db0509f874c7cf969.tar msec-074a50b08907b866707e7a9db0509f874c7cf969.tar.gz msec-074a50b08907b866707e7a9db0509f874c7cf969.tar.bz2 msec-074a50b08907b866707e7a9db0509f874c7cf969.tar.xz msec-074a50b08907b866707e7a9db0509f874c7cf969.zip |
clean the comment related to the profile.d dir
Diffstat (limited to 'init-sh')
-rwxr-xr-x | init-sh/levelsnf.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init-sh/levelsnf.sh b/init-sh/levelsnf.sh index 28fcc23..e2a1b32 100755 --- a/init-sh/levelsnf.sh +++ b/init-sh/levelsnf.sh @@ -103,7 +103,6 @@ for service in `chkconfig --list | awk '{print $1}'`; do done echo -e "done.\n"; -# /etc/profile.d/msec.{sh,csh} echo "Setting umask to 022 (u=rw,g=rx) for root, 077 (u=rw) for user :" AddRules "UMASK_ROOT=022" /etc/sysconfig/msec AddRules "UMASK_USER=077" /etc/sysconfig/msec |