On 5/27/2012 21:09, David Holland wrote:
That's bizarre. Are you sure dragonfly's chmod isn't broken? The distfile contains d-----x--x 2 root wheel 0 Apr 15 1998 19980415 at the top level. This is plenty screwed up, but if anything I'd expect chmod -R to work and find | xargs chmod to fail...
To be clear, I didn't use xargs chmod, but rather individually changed each file with -exec chmod. Should be equivalent but...
I don't know what DragonFly's chmod finds offensive about your version. The scratch directory is owned by bulk:wheel (755) and bulk is the user that the pbulk script sets.
John