Closed noushi closed 11 years ago
Thanks, I overlooked the -n
option for the global case. This is maybe a good moment to merge the two shell scripts and have an install
target that uses sed
to alter the basedir for a global install. – Or what do you think?
You're welcome. :) I think it's better to keep them separate, as you would use cwd (./) in LD_PRELOAD which could be a security liability in the future. as @onlyjob did, you could rename nocache.global to nocache.in and use sed or even m4 or autotools to specify everything in one go through ./configure . cheers, Reda
Thanks!
you're welcome, Julius :)
added BASEDIR to nocache.global (modifiable by sed) simplified LD_PRELOAD declaration