* Ed McKnight <[EMAIL PROTECTED]> [2008-10-15 20:58]: > Looking for examples of proper use of > 'legacy PKGNAME' > and how to set various values in the manifest. > > Our goal is to produce an IPS package for which pkginfo(1) will produce > the same fields as from a SVR4 package. > > To begin with we will be producing IPS packages 1:1 with our SVR4 > packages, but as we proceed into refactoring we may need one IPS package > to make it look as though more than one SVR4 package is installed. > > There are existing SVR4 packages that we do not own that have > dependencies on our packages.
You can have multiple legacy actions per package. One easy way to find examples is something like $ find /var/pkg -name manifest | xargs egrep ^legacy on a system using image packaging. - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
