From 2640cda35f89250164ccdc5736b360ca3b30b7c8 Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Wed, 3 Oct 2001 12:50:38 +0000 Subject: libsafe.so.2 in levels 4/5 and remove the . in PATH --- init-sh/level3.sh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'init-sh/level3.sh') diff --git a/init-sh/level3.sh b/init-sh/level3.sh index f7fa66e..f0b8178 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -78,16 +78,6 @@ echo "Setting umask to 022 (u=rw,g=r,o=r) :" AddRules "umask 022" /etc/profile.d/msec.sh AddRules "umask 022" /etc/profile.d/msec.csh -echo "Adding \"non secure\" PATH variable :" -AddRules "if ! echo \${PATH} |grep -q /usr/X11R6/bin ; then\n\texport PATH=\$PATH:/usr/X11R6/bin\nfi" /etc/profile.d/msec.sh quiet -AddRules "if ! { (echo "\${PATH}" | grep -q /usr/X11R6/bin) } then\n\tsetenv PATH \"\${PATH}:/usr/X11R6/bin\"\nendif" /etc/profile.d/msec.csh quiet -AddRules "if ! echo \${PATH} |grep -q /usr/games ; then\n\texport PATH=\$PATH:/usr/games\nfi" /et -c/profile.d/msec.sh quiet -AddRules "if ! { (echo "\${PATH}" | grep -q /usr/games) } then\n\tsetenv PATH \"\${PATH}:/usr/games\"\nendif" /etc/profile.d/msec.csh quiet - -AddRules "if ! echo \${PATH} |grep -q :. ; then\n\texport PATH=\$PATH:.\nfi" /etc/profile.d/msec.sh quiet -AddRules "if ! { (echo "\${PATH}" | grep -q :.) } then\n\tsetenv PATH \"\${PATH}:.\"\nendif" /etc/profile.d/msec.csh quiet - # Do not boot on a shell AllowReboot -- cgit v1.2.1