freebsd-dev/usr.sbin/pkg_install
Florent Thoumie fc6d543f21 Fix pkg_delete, check if the file we're trying to delete is a
symlink before complaining that it doesn't exist. Typical case
would be a leftover library symlink that's left over after the
actual library has been removed.

Reported by:	tabthorpe
2010-04-03 10:55:11 +00:00
..
add Various fixes. 2010-04-01 14:27:29 +00:00
create Add missing `void' keywords. 2009-12-29 22:33:53 +00:00
delete Various fixes. 2010-04-01 14:27:29 +00:00
info The last big commit: let usr.sbin/ use WARNS=6 by default. 2010-01-02 11:07:44 +00:00
lib Fix pkg_delete, check if the file we're trying to delete is a 2010-04-03 10:55:11 +00:00
updating Fix several typos in macros or macro misusage. 2010-03-12 10:01:06 +00:00
version Various fixes. 2010-04-01 14:27:29 +00:00
Makefile Style fix (use naked commands). 2008-06-16 09:15:27 +00:00
Makefile.inc Use humanize_number to report pen-sizes so people don't have to count 2008-08-07 14:48:35 +00:00
README
tkpkg

This is the pkg_install suite of tools for doing maintainance of
software "packages".  More documentation is available in the man pages
for each individual command.

This code was written by Jordan Hubbard for FreeBSD, snatched and
mildly reshaped by John Kohl in NetBSD and the changes taken back into
FreeBSD again by Jordan, who then proceeded to add another couple
of dozen features on top.  Whee! :-)