On Thu, Aug 06, 2009 at 04:45:52PM -0400, Anurag S. Maskey wrote: > Bart Smaalders wrote: > > >You need to insure that any package that uses these new users/groups in > >file metadata either depends on the package that introduces them, or is > >the package that includes them. > > I am not familiar with packaging (both SVR4 and IPS), so you'll have to > be a bit more specific or give me an example from one of the previous > build directories.
I think what Bart said is pretty self-explanatory. But to spell it out in more detail: if you're delivering a user U in package A, and package B delivers a file F that's supposed to be owned by U, then package B needs to depend on package A (to make sure U is installed prior to F). Or F and U need to be delivered in the same package. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
