From 6b30bee329565e745b05ed720c91731dd1ba7a0d Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Fri, 3 Dec 1999 14:05:49 +0000 Subject: Added /usr/games in PATH --- init-sh/level5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-sh/level5.sh') 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 -- cgit v1.2.1