Danek Duvall wrote:
On Mon, Jul 20, 2009 at 01:14:30PM -0700, Rich Burridge wrote:

 http://cr.opensolaris.org/~richb/pkg-9824-v1/

This looks fine to me, though it shouldn't go into build 118 directories,
as 118 was cut without these changes.

Okay. I'll wait until David does his 119 changes, then put them in .../119

Dan Price wrote:

Looks fine to me.  Where do SUNWsmbs, SUNWnfsc and SUNWnfss
get their human readable descriptions from during the import?  I would
think these should have "summary" lines but maybe I am confused.

If there is no summary line present in the IPS package definition file,
then it'll take it from the NAME field in the pkginfo file of the first
SVR4 package it imports.


I noticed that in the present manifest for SUNWnfsc we have:

set name=pkg.description value="Network File System (NFS) client support (Usr)"
set name=pkg.summary value="Network File System (NFS) client support"
set name=description value="Network File System (NFS) client support"

The IPS package definition for SUNWnfsc is:

package SUNWnfsc
classification "System/File System"
import SUNWnfscu
import SUNWnfscr
import SUNWnfsckr
end package

The NAME field in the SVR4 SUNWnfscu package is:

NAME=Network File System (NFS) client support (Usr)

And I don't know if we have any control over this but the summary
(as printed by pkg info) for SUNWzfs is: "ZFS":

set name=pkg.description value="ZFS libraries and commands"
set name=pkg.summary value=ZFS
set name=description value=ZFS

The IPS definition file for SUNWzfs is:

package SUNWzfs
classification "System/File System"
import SUNWzfsu
import SUNWzfsr
import SUNWzfskr
end package

The NAME field in the SVR4 SUNWzfsu package is:

NAME=ZFS (Usr)

I've been filing a load of bugs for packages which have NAME fields that aren't helpful. Apparently I haven't done one for ZFS yet. That's next on my list.

Thanks.


_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to