diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-03 14:05:49 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-03 14:05:49 +0000 |
commit | 6b30bee329565e745b05ed720c91731dd1ba7a0d (patch) | |
tree | d7d6b7138178237800cd68ba7e24eab0083548a4 /init-sh/level4.sh | |
parent | 7ee5ce2586bdd320ad2c70d58b23af9f771ae57f (diff) | |
download | msec-6b30bee329565e745b05ed720c91731dd1ba7a0d.tar msec-6b30bee329565e745b05ed720c91731dd1ba7a0d.tar.gz msec-6b30bee329565e745b05ed720c91731dd1ba7a0d.tar.bz2 msec-6b30bee329565e745b05ed720c91731dd1ba7a0d.tar.xz msec-6b30bee329565e745b05ed720c91731dd1ba7a0d.zip |
Added /usr/games in PATH
Diffstat (limited to 'init-sh/level4.sh')
-rwxr-xr-x | init-sh/level4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh index bc18c5f..c85b8bb 100755 --- a/init-sh/level4.sh +++ b/init-sh/level4.sh @@ -102,6 +102,6 @@ echo -e "done.\n"; 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 echo "Adding \"normal\" PATH variable :" -AddRules "PATH=\$PATH:/usr/X11R6/bin" /etc/profile quiet +AddRules "PATH=\$PATH:/usr/X11R6/bin:/usr/games" /etc/profile quiet AddRules "export PATH SECURE_LEVEL" /etc/profile |