diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-29 17:11:22 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-29 17:11:22 +0000 |
commit | 7eced0b066db99907feeb1f33b6d1776d2b60802 (patch) | |
tree | 9bb1a0fa1119cb6ce036ec923034dbec14f2a9e6 /init-sh | |
parent | 62e164b34a538e51427c07b963ecf0c21aa217b6 (diff) | |
download | msec-7eced0b066db99907feeb1f33b6d1776d2b60802.tar msec-7eced0b066db99907feeb1f33b6d1776d2b60802.tar.gz msec-7eced0b066db99907feeb1f33b6d1776d2b60802.tar.bz2 msec-7eced0b066db99907feeb1f33b6d1776d2b60802.tar.xz msec-7eced0b066db99907feeb1f33b6d1776d2b60802.zip |
fix a typo error space in ldpreload condition if
Diffstat (limited to 'init-sh')
-rwxr-xr-x | init-sh/level5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index 5c09c6a..1fa9a9d 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -118,7 +118,7 @@ echo "Setting umask to 077 (u=rw) :" AddRules "UMASK_ROOT=077" /etc/sysconfig/msec AddRules "UMASK_USER=077" /etc/sysconfig/msec -if [[ -f /lib/libsafe.so.2]]; then +if [[ -f /lib/libsafe.so.2 ]]; then echo "Enabling stack overflow protection :" AddRules "/lib/libsafe.so.2" /etc/ld.so.preload fi |