freebsd-dev/usr.sbin/pkg_install/info
Kris Kennaway 7f6bf1d8ce * Add explicit conflict-checking to the package tools. Packages can
register a list of other packages with which they conflict (via the
  -C option to pkg_create), and they will refuse to install (unless -f is
  specified) if one of the listed packages is already present.

* Update documentation for the new feature as well as fleshing out some
  existing documentation.

* Bump PKG_INSTALL_VERSION so this feature can be tested for.

Submitted by:   Sergey Matveychuk <sem@ciam.ru>
PR:             bin/47145
MFC after:      2 weeks
2003-04-17 09:56:05 +00:00
..
info.h - Add the 'b' option which causes BLOCKSIZE to be hornored when 2003-03-25 01:22:42 +00:00
main.c - Add the 'b' option which causes BLOCKSIZE to be hornored when 2003-03-25 01:22:42 +00:00
Makefile Reorder libraries to fix static linking (libssl depends on libcrypto, so 2002-06-12 12:45:24 +00:00
perform.c Implement the 'Q' option which is like 'q' (quiet output) except 2003-03-25 00:51:41 +00:00
pkg_info.1 - Add the 'b' option which causes BLOCKSIZE to be hornored when 2003-03-25 01:22:42 +00:00
show.c * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00