freebsd-dev/usr.sbin/pkg_install/info
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
..
info.h - Add which(1)-like functionality into pkg_info; 2001-03-23 18:45:24 +00:00
main.c - Add which(1)-like functionality into pkg_info; 2001-03-23 18:45:24 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
perform.c Various fixes and improvements: 2001-09-19 08:06:48 +00:00
pkg_info.1 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
show.c Recognise @option directives instead of falling through to the default 2001-08-06 20:09:26 +00:00