freebsd-dev/usr.sbin/pkg_install/lib
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
..
deps.c Various fixes and improvements: 2001-09-19 08:06:48 +00:00
exec.c - Add which(1)-like functionality into pkg_info; 2001-03-23 18:45:24 +00:00
file.c fix for pkg_add to symlinked prefix directories that are more than 1 link deep. 2001-08-02 18:20:27 +00:00
global.c Cosmetics: kill blank lines at the end of file. 2001-08-02 13:08:43 +00:00
lib.h Various fixes and improvements: 2001-09-19 08:06:48 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
match.c Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)" 2001-08-02 13:13:06 +00:00
msg.c - Add which(1)-like functionality into pkg_info; 2001-03-23 18:45:24 +00:00
pen.c - Add which(1)-like functionality into pkg_info; 2001-03-23 18:45:24 +00:00
plist.c Usability tweak: 2001-08-02 12:38:29 +00:00
str.c Reduce private "lesser known" function redirection to improve clarity. 2001-08-13 04:18:30 +00:00