On Wed, Jul 15, 2009 at 10:21:46PM +0200, Sebastian Kayser wrote: > Hi John, > > John Ellson wrote: > > 1. How can I list the file contents of a .pkg.gz to verify what I've > > done? > > $ gunzip .pkg.gz > $ pkgtrans .pkg .
or if you are masochistic, and short on disk space: PAGER=less gzmore x.pkg.gz and look at the equivalent of the pkgmap file that way. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
