NetBSD/usr.sbin/pkg_install/info
agc 2c442ad8d2 Introduce a pkgdb_dump() function, which dumps the cache file of
(filename, package) pairs.

Modify calling functions to use pkgdb_dump() directly, rather than
sequences of
	pkgdb_open
	{ pkgdb_iter, pkgdb_retrieve }
	pkgdb_close
calls.

Remove the now unnecessary pkgdb_iter function.
2003-03-15 20:49:25 +00:00
..
info.h - make last arg of findmatchingname void*. 2002-06-09 13:23:44 +00:00
main.c Add an enumerated type which is used in pkgdb_open() to specify 2003-01-05 21:49:51 +00:00
Makefile WARNSify, cleanup Makefiles 1997-10-17 14:53:18 +00:00
perform.c Introduce a pkgdb_dump() function, which dumps the cache file of 2003-03-15 20:49:25 +00:00
pkg_info.1 In addition to the existing "rc" modifier for a package version, add 2002-11-14 09:40:23 +00:00
show.c show_file: don't append '\n' if fopen failed. 2002-07-20 04:59:47 +00:00