freebsd-dev/usr.sbin/pkg_install/create
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
..
create.h - Add ability to handle bzip2-compressed packages; 2001-01-22 12:01:55 +00:00
main.c Make `-y' option actually work. 2001-01-24 08:22:53 +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_create.1 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
pl.c Handle snprintf() returning < 0 (not just -1) 2001-08-20 15:09:34 +00:00