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/level1.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/level1.sh')
-rwxr-xr-x | init-sh/level1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level1.sh b/init-sh/level1.sh index 919bbbe..dba9f55 100755 --- a/init-sh/level1.sh +++ b/init-sh/level1.sh @@ -60,7 +60,7 @@ AddRules "SECURE_LEVEL=1" /etc/profile echo "Setting umask to 002 (u=rw,g=rw,o=r) :" AddRules "umask 002" /etc/profile echo "Adding \"non secure\" 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 # Group |