On Tuesday 19 October 2004 20:50, Shawn wrote: > The tough part for me was realizing the the Gentoo ebuild for scponly > didn't include the chrooted configure option, then figuring out how best to > work around that.
You might want to let the maintainer know that. It would be pretty easy to add an if statement to check for the USE flag "+chrootjail" or whatever (you'd get to invent a use flag for it, that's cool) and then add an additional line in the configure statement. For 1offs, you could just manually add the line to the ebuild script, but be aware, if you update world, and there's a new version, manually changing the ebuild will not carry over to the update. Personally, if you go the easy route, and jsut update the script yourself for a 1 time shot, I'd comment it out of the world file (/var/cache/edb/world) and then update world wouldn't ever change it. Kev. _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

