NetBSD/external/bsd/pkg_install/dist/admin
joerg 0ec643dcd9 Import pkg_install-20090424:
Make pkg_delete -d the default behavior, remove the option.
Remove pkg_create -R support (reorder @dirrm entries).
Introduce new plist command @pkgdir, which makes pkg_add add
this directory if it doesn't exist already and pkg_delete remove it
only if no other package has a @pkgdir entry for it. Otherwise
directories are pruned when the last file or directory in them is
removed. @dirrm is now a pure hint, if the directory doesn't exist, it
will be silently skipped.
2009-04-24 14:16:52 +00:00
..
admin.h Import pkg_install-20090201. From the branch merge in pkgsrc: 2009-02-02 20:44:00 +00:00
audit-packages.sh.in Import pkg_install-20090225: 2009-02-25 21:21:40 +00:00
audit.c Import pkg_install-20090214: 2009-02-14 17:18:56 +00:00
check.c Import pkg_install-20090424: 2009-04-24 14:16:43 +00:00
download-vulnerability-list.sh.in Import pkg_install-20090201. From the branch merge in pkgsrc: 2009-02-02 20:44:00 +00:00
main.c Import pkg_install-20090424: 2009-04-24 14:16:43 +00:00
pkg_admin.1 Import pkg_install-20090424: 2009-04-24 14:16:52 +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