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/level2.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/level2.sh')
-rwxr-xr-x | init-sh/level2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init-sh/level2.sh b/init-sh/level2.sh index 083c9ea..37bfa93 100755 --- a/init-sh/level2.sh +++ b/init-sh/level2.sh @@ -60,11 +60,11 @@ AddRules "SECURE_LEVEL=2" /etc/profile echo "Setting umask to 022 (u=rw,g=r,o=r) :" AddRules "umask 022" /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 # Group echo -n "Adding \"${DRAKX_USERS}\" to audio group :" for user in ${DRAKX_USERS}; do usermod -G audio "${user}" done -echo "done."
\ No newline at end of file +echo "done." |