aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/custom.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-05-17 13:38:21 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-05-17 13:38:21 +0000
commit2672f03b09c111a536856390cb5430b0fb4a6579 (patch)
treec3a3236342ae60c290eded120cf19a05c79a56d4 /init-sh/custom.sh
parent6a32521d8c37a93fa39e4038e656e2f64aca63d0 (diff)
downloadmsec-2672f03b09c111a536856390cb5430b0fb4a6579.tar
msec-2672f03b09c111a536856390cb5430b0fb4a6579.tar.gz
msec-2672f03b09c111a536856390cb5430b0fb4a6579.tar.bz2
msec-2672f03b09c111a536856390cb5430b0fb4a6579.tar.xz
msec-2672f03b09c111a536856390cb5430b0fb4a6579.zip
*** empty log message ***
Diffstat (limited to 'init-sh/custom.sh')
-rwxr-xr-xinit-sh/custom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh
index e1545e3..d597255 100755
--- a/init-sh/custom.sh
+++ b/init-sh/custom.sh
@@ -75,7 +75,7 @@ if [[ ${answer} == yes ]]; then
fi
###
-if [[ -f /usr/lib/libsafe.so.1.3 ]]; then
+if [[ -f /lib/libsafe.so.1.3 ]]; then
echo "Do you want to enable the libsafe stack overflow protection ?"
echo "This stack overflow protection work by catching dangerous function call"
echo "like strcpy, strcat, getwd, gets, [vf]scanf, realpath, [v]sprintf"