Peter Bonivart wrote on 22.09.2009 11:28: > On Tue, Sep 22, 2009 at 11:18 AM, Sebastian Kayser <[email protected]> > wrote: >> I could see a possible problem as the USERGROUP related class which >> takes care of adding the user/group (cswusergroup) is automatically >> _appended_ to the SPKG_CLASSES variable by GAR. >> >> IIRC correctly however, it must be listed _before_ the class ugfiles >> class, which lists files that should have their ownership set to such >> newly created accounts. > > Yes, you're right. The cswusergroup needs to create the user/groups > before any files can be assigned to them (with ugfiles).
Ok, while the ugfiles handling is not more tightly integrated into GAR (Dago, already hacking? ;), one needs to also explicitly add the cswusergroup class to SPKG_CLASSES. SPKG_CLASSES = none cswusergroup ugfiles Sebastian _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
