History log of /netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/delete/pkg_delete.c
Revision Date Author Comments
# 1.1.1.7.8.1 20-Feb-2012 sborrill

Pull up the following revisions(s) (requested by tron in ticket #13):
doc/3RDPARTY: patch
doc/CHANGES: patch
external/bsd/pkg_install/dist/add/perform.c: patch
external/bsd/pkg_install/dist/delete/pkg_delete.c: patch
external/bsd/pkg_install/dist/lib/license.c: patch
external/bsd/pkg_install/dist/lib/opattern.c: patch
external/bsd/pkg_install/dist/lib/pkg_summary.5: patch
external/bsd/pkg_install/dist/lib/version.h: patch

Update "pkg_install" to version 20120128:
- pkg_install 20120128:
- Explicitly stat(2) if mkdir failed. errno detection doesn't work e.g.
on Solaris.
- Provide a stable order for package names that only differe in the base
name, not the version number.
- pkg_install 20110805:
- Fix for pkg_delete on NFS from Anthony Mallet.