freebsd-dev/usr.sbin/pkg_install/lib
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
..
deps.c - Make use of DEPOROGINs (if there are any) when installing package; 2002-05-14 21:42:37 +00:00
exec.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
file.c Grrr.... mumble.... a linger gzip'ism still existed. 2002-08-26 03:44:44 +00:00
global.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
lib.h Introduce notion of the package tools revision and allow to wrap all tools 2002-09-09 19:43:30 +00:00
Makefile Mark all internal libraries with INTERNALLIB. 2002-05-13 11:24:03 +00:00
match.c Eliminate free'ing already freed chunks. 2002-05-22 10:33:25 +00:00
msg.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
pen.c replace __FUNCTION__ with standardized __func__. 2002-05-11 04:17:55 +00:00
pkgwrap.c Introduce notion of the package tools revision and allow to wrap all tools 2002-09-09 19:43:30 +00:00
plist.c Don't treat unknown commands as fatal errors: they are probably just 2002-08-31 20:21:47 +00:00
str.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
version.c Fix typos; each file has at least one s/seperat/separat/ 2002-08-11 13:05:30 +00:00