Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Mike Wake wrote: > Hi Tony, > > Does this help zoom in on the problem? > > In chown.cpp:chown_dirproc() the directory owner is set like this. > fileattr_setvalue(NULL,"directory/owner",chown_user); > > Whereas in perms.cpp:change_owner() the directory owner is set like this. > fileattr_setvalue(fileattr_create(NULL,"directory/owner"),NULL,user); > chown should be calling change_owner() - not sure why it isn't, actually. Tony