diff options
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 |