aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level4.sh
diff options
context:
space:
mode:
authorFlorin Grad <florin@mandriva.com>2001-09-26 12:10:07 +0000
committerFlorin Grad <florin@mandriva.com>2001-09-26 12:10:07 +0000
commit42e0eef8bd43a9bf9278807d1590623fb549fdc4 (patch)
treed661b73038dc672c1e1ed2dd0f4d089107f7714f /init-sh/level4.sh
parentbc59d0708578a8eec5b071b619595acf054510c0 (diff)
downloadmsec-42e0eef8bd43a9bf9278807d1590623fb549fdc4.tar
msec-42e0eef8bd43a9bf9278807d1590623fb549fdc4.tar.gz
msec-42e0eef8bd43a9bf9278807d1590623fb549fdc4.tar.bz2
msec-42e0eef8bd43a9bf9278807d1590623fb549fdc4.tar.xz
msec-42e0eef8bd43a9bf9278807d1590623fb549fdc4.zip
comment for profile.d section
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 0ae716b..b71bddd 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -105,7 +105,7 @@ for service in `chkconfig --list | awk '{print $1}'`; do
done
echo -e "done.\n";
-# /etc/profile
+# /etc/profile.d/msec.{sh,csh}
echo "Setting umask to 022 (u=rw,g=rx) for root, 077 (u=rw) for user :"
AddRules "if [[ \${UID} == 0 ]]; then umask 022; else umask 077; fi" /etc/profile.d/msec.sh
AddRules "if [[ \${UID} == 0 ]]; then umask 022; else umask 077; fi" /etc/profile.d/msec.csh