NetBSD/usr.sbin/pkg_install/admin
2005-03-11 22:52:04 +00:00
..
main.c Never access argv[i+1] before you know that argv[i] != NULL. Approved 2005-03-11 22:52:04 +00:00
Makefile
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