freebsd-dev/usr.sbin/pkg_install/info
Maxim Sobolev 92d1bb6515 Introduce notion of the package tools revision and allow to wrap all tools
included into pkg_install according to the content of /var/db/pkg_install.conf
file, which specifies version and alternative location of the tools. Format
of the said file is very simple: one line which specifies revision of the
alternative version of the tools and their location separated by space,
i.e.:

20030102 /usr/local/sbin

This would allow bsd.port.mk to install and use up to date version of tools
on older system from ports.

Also add new `-P' flag to pkg_info, which causes it to report currently
installed version of package tools.

Discussed with:	will
2002-09-09 19:43:30 +00:00
..
info.h Introduce notion of the package tools revision and allow to wrap all tools 2002-09-09 19:43:30 +00:00
main.c Introduce notion of the package tools revision and allow to wrap all tools 2002-09-09 19:43:30 +00:00
Makefile Reorder libraries to fix static linking (libssl depends on libcrypto, so 2002-06-12 12:45:24 +00:00
perform.c Use --fast-read mode to extract metadata from package file. Since metadata 2002-09-09 06:06:09 +00:00
pkg_info.1 Introduce notion of the package tools revision and allow to wrap all tools 2002-09-09 19:43:30 +00:00
show.c replace __FUNCTION__ with standardized __func__. 2002-05-11 04:17:55 +00:00