NetBSD/usr.sbin/pkg_install/admin
hubertf cebf43ab6e Add 'pmatch' keyword: pkg_admin pmatch pattern pkg
Will return true if 'pkg' matches 'pattern', false else.
Provides a command line interface to the pmatch() C function
to be used from shell scripts etc.
2002-08-04 20:50:55 +00:00
..
Makefile
README
main.c Add 'pmatch' keyword: pkg_admin pmatch pattern pkg 2002-08-04 20:50:55 +00:00
pkg_admin.1 Add 'pmatch' keyword: pkg_admin pmatch pattern pkg 2002-08-04 20:50:55 +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