NetBSD/usr.sbin/pkg_install/admin
rillig b9387c8736 Never access argv[i+1] before you know that argv[i] != NULL. Approved
by wiz.
2005-03-11 22:52:04 +00:00
..
Makefile
README
main.c Never access argv[i+1] before you know that argv[i] != NULL. Approved 2005-03-11 22:52:04 +00:00
pkg_admin.1 mdoc fixes: use Sq and Dq instead of ' " and '' 2005-02-26 14:09:57 +00:00

README

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