Subject: CVS commit: [netbsd-2-0] src/usr.sbin/pkg_install/info
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 08/11/2004 19:54:26
Module Name:	src
Committed By:	jmc
Date:		Wed Aug 11 19:54:26 UTC 2004

Modified Files:
	src/usr.sbin/pkg_install/info [netbsd-2-0]: perform.c

Log Message:
Pullup rev 1.53 (requested by hubertf in ticket #739)

pkg_info will not DTRT when applied to a binary package that doesn't
have all the files from ALL_FNAMES -- meta pkgs don't have +MTREE-files,
and as such it's impossible to retrieve _any_ information on them.
The fix is to only extract those +-files that are needed (as determined
by the command line options)


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.51.2.1 src/usr.sbin/pkg_install/info/perform.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.