NetBSD/usr.sbin/pkg_install/admin
grant 5cea86225d don't pass NULL as the 2nd arg to getcwd(), ala lib/path.c.
fixes 'pkg_admin lsall' and 'pkg_admin lsbest' on Solaris and probably
other platforms where getcwd() doesn't allocate a buffer when the 2nd
arg is NULL.

ok'd by simonb@
2003-04-17 13:32:21 +00:00
..
Makefile
README
main.c don't pass NULL as the 2nd arg to getcwd(), ala lib/path.c. 2003-04-17 13:32:21 +00:00
pkg_admin.1 Ispell. Begin new sentences on a new line. 2002-09-26 01:41:51 +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