How can I display the publishers contained in a package archive (p5p) file?
thanks
Dave
---
David Sechrest Phone: (408) 276-5800 x15800
Systems Management Email: david.s...@oracle.com
Oracle Corporation
_______________________________________________
pkg-discuss mailing list
pkg-d...@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
pkgrepo add-publisher -s <IPS repo> <pub names>
pkgrecv -s <p5p file> -d <IPS repo> '*'
Looks like it works fine without issuing the pkgrepo add-publisher call first.
Sorry for the noise
-Dave