aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level5.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-08 12:44:09 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-08 12:44:09 +0000
commit3645c42f079cf927c98e84c22b1a22daf0ee5324 (patch)
tree28242efc8ace94ac88b1015f60393113a30c6c74 /init-sh/level5.sh
parent438a524ba20e9a089cf256a614edfcb85ff8fde7 (diff)
downloadmsec-3645c42f079cf927c98e84c22b1a22daf0ee5324.tar
msec-3645c42f079cf927c98e84c22b1a22daf0ee5324.tar.gz
msec-3645c42f079cf927c98e84c22b1a22daf0ee5324.tar.bz2
msec-3645c42f079cf927c98e84c22b1a22daf0ee5324.tar.xz
msec-3645c42f079cf927c98e84c22b1a22daf0ee5324.zip
*** empty log message ***
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-xinit-sh/level5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index cef4831..ea65199 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -101,7 +101,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:/usr/games" /etc/profile quiet
+AddRules "PATH=\$PATH:/usr/X11R6/bin" /etc/profile quiet
AddRules "export PATH SECURE_LEVEL" /etc/profile
echo