From 7eced0b066db99907feeb1f33b6d1776d2b60802 Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Thu, 29 Nov 2001 17:11:22 +0000 Subject: fix a typo error space in ldpreload condition if --- init-sh/level5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-sh') 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 -- cgit v1.2.1