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/level4.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/level4.sh')
-rwxr-xr-x | init-sh/level4.sh | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh index 30d0436..7889b7e 100755 --- a/init-sh/level4.sh +++ b/init-sh/level4.sh @@ -110,21 +110,9 @@ echo "Setting umask to 022 (u=rw,g=rx) for root, 077 (u=rw) for user :" AddRules "if [[ \${UID} == 0 ]]; then umask 022; else umask 077; fi" /etc/profile.d/msec.sh AddRules "if [[ \${UID} == 0 ]]; then umask 022; else umask 077; fi" /etc/profile.d/msec.csh -echo "Adding \"normal\" 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 - if [[ -f /lib/libsafe.so.1.3 ]]; then echo "Enabling stack overflow protection :" - AddRules "/lib/libsafe.so.1.3" /etc/ld.so.preload + AddRules "/lib/libsafe.so.2" /etc/ld.so.preload fi # Do not boot on a shell |