On Thu, Jul 21, 2005 at 11:13:34PM +0900, Jason Stubbs wrote: > diff -uNr portage-2.0.51.22-r2/bin/ebuild.sh portage-patched/bin/ebuild.sh > --- portage-2.0.51.22-r2/bin/ebuild.sh 2005-07-19 19:38:32.949904000 +0900 > +++ portage-patched/bin/ebuild.sh 2005-07-21 23:03:58.429898000 +0900 > @@ -85,6 +85,11 @@ > export SANDBOX_PREDICT="$SANDBOX_PREDICT:$1" > } > > +lchown() > +{ 0; } > + > +lchgrp() > +{ 0; } Default being negation of funcs, and forcing profiles to override it? Why not reverse it, a default func that works, with profiles overriding if/when it doesn't work? ~harring