> 2. running bash wasnt a very useful scenario when the LD_PRELOAD
> variable can be added for the bash environment as a whole. For eg.
> if you just do "export LD_PRELOAD=<blah>" on the command line, you can
> actually have every program started from that shell use booster.
> 
> -Shehjar

There is a problem with that: if your bash environment calls only one other
bash-script it will fail either. Another problem can be script-replaced
binaries. If you replace some classical binary with a shell-script for
additional parameters (or any other thinkable reason) this general export
approach will fail, too. 
Or lets say your favourite email client calls some script to mark spam...
There are a lot of black holes in this ground ...
-- 
Regards,
Stephan
_______________________________________________
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to