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/level5.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/level5.sh')
-rwxr-xr-x | init-sh/level5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index 3e1704c..3a81faa 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -96,7 +96,7 @@ echo -e "done.\n"; echo "Setting umask to 077 (u=rw) :" AddRules "umask 077" /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 echo |