NetBSD/usr.sbin/pkg_install/admin
seb 3273d1bc8b Consistently check findmatchingname() return value for error condition.
Among other this fixes 'pkg_info -e whateverpkg' exit status when
/var/db/pkg is missing: it is now 1 and not 0.
2003-03-24 21:44:45 +00:00
..
main.c Consistently check findmatchingname() return value for error condition. 2003-03-24 21:44:45 +00:00
Makefile Add code for pkgdb. 1999-01-19 17:01:56 +00:00
pkg_admin.1 Ispell. Begin new sentences on a new line. 2002-09-26 01:41:51 +00:00
README Add code for pkgdb. 1999-01-19 17:01:56 +00:00

Some of the options of this utility (add, delete) are *not* intended for
public release. Any work regarding the consistancy of the pkgdb should
be put into pkg_add/pkg_delete, instead of a brute-force "rebuild". 

The "rebuild" should be only needed wen upgrading from non-pkgdb-
pkg_* tools to pkgdb-pkg_* tools.


 - hubertf