aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/custom.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-05-03 12:41:26 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-05-03 12:41:26 +0000
commit711710a3b7db7cfaa5f24ae417669b48dcc5df0d (patch)
tree4c448b82842714e45a3893b28f835c6178187952 /init-sh/custom.sh
parentdff31148048227a827a823b8d094a6df97dd25b4 (diff)
downloadmsec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.tar
msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.tar.gz
msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.tar.bz2
msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.tar.xz
msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.zip
*** empty log message ***
Diffstat (limited to 'init-sh/custom.sh')
-rwxr-xr-xinit-sh/custom.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh
index 8707965..7cbf578 100755
--- a/init-sh/custom.sh
+++ b/init-sh/custom.sh
@@ -84,8 +84,7 @@ echo "this is done by searching in the stack frame the one which contain the"
echo "destination address, and by substracting the frame address to the destination buffer one"
WaitAnswer; clear
if [[ ${answer} == yes ]]; then
- AddRules "export LD_PRELOAD=/usr/lib/libsafe.so.1.3" /etc/profile
- AddRules "export LD_PRELOAD=/usr/lib/libsafe.so.1.3" /etc/zprofile
+ AddRules "/lib/libsafe.so.1.3" /etc/ld.so.preload
fi
fi