freebsd-dev/usr.sbin/pkg_install
Maxim Sobolev a09c8e438b Various fixes and improvements:
- fix harmless compiler's warnings (unused variables and missed prototype);
- before refusing to delete package because "there are packages installed
  that require this package" check that packages in question is actually
  installed;
- add new `-r' option to pkg_delete(8), which instructs it to delete not only
  packages specified at command line, but all packages that depend on
  specified packages as well.

MFC after:	2 weeks
2001-09-19 08:06:48 +00:00
..
add Fix segfault introduced in previous commit (when adding local packages). 2001-09-17 13:37:50 +00:00
create Various fixes and improvements: 2001-09-19 08:06:48 +00:00
delete Various fixes and improvements: 2001-09-19 08:06:48 +00:00
info Various fixes and improvements: 2001-09-19 08:06:48 +00:00
lib Various fixes and improvements: 2001-09-19 08:06:48 +00:00
sign Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
update mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:12:08 +00:00
version Drop maintainership. 2001-09-18 17:58:10 +00:00
Makefile exists(../../crypto) --> exists(${.CURDIR}/../../crypto) 2001-08-02 18:21:48 +00:00
Makefile.inc - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:42:20 +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! :-)