diff options
author | Florin Grad <florin@mandriva.com> | 2001-10-03 12:50:38 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-10-03 12:50:38 +0000 |
commit | 2640cda35f89250164ccdc5736b360ca3b30b7c8 (patch) | |
tree | 84290cf1580f6df19936dde1dce69ac3ddf45cb7 /init-sh/level1.sh | |
parent | a1893a044ece18d427fe87c553ea0303b46afedb (diff) | |
download | msec-2640cda35f89250164ccdc5736b360ca3b30b7c8.tar msec-2640cda35f89250164ccdc5736b360ca3b30b7c8.tar.gz msec-2640cda35f89250164ccdc5736b360ca3b30b7c8.tar.bz2 msec-2640cda35f89250164ccdc5736b360ca3b30b7c8.tar.xz msec-2640cda35f89250164ccdc5736b360ca3b30b7c8.zip |
libsafe.so.2 in levels 4/5 and remove the . in PATH
Diffstat (limited to 'init-sh/level1.sh')
-rwxr-xr-x | init-sh/level1.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/init-sh/level1.sh b/init-sh/level1.sh index 9f0eccc..6fadfe5 100755 --- a/init-sh/level1.sh +++ b/init-sh/level1.sh @@ -70,18 +70,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 - # Xserver echo "Allowing users to connect X server from localhost :" AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit.d/msec |