Date: Mon, 9 Sep 2002 12:43:30 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info info.h main.c pkg_info.1 src/usr.sbin/pkg_install/lib lib.h pkgwrap.c Message-ID: <200209091943.g89JhU0V086804@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2002/09/09 12:43:30 PDT
Modified files:
usr.sbin/pkg_install/info pkg_info.1 info.h main.c
usr.sbin/pkg_install/lib lib.h
Added files:
usr.sbin/pkg_install/lib pkgwrap.c
Log:
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
Revision Changes Path
1.24 +17 -16 src/usr.sbin/pkg_install/info/info.h
1.41 +12 -1 src/usr.sbin/pkg_install/info/main.c
1.45 +3 -1 src/usr.sbin/pkg_install/info/pkg_info.1
1.46 +10 -0 src/usr.sbin/pkg_install/lib/lib.h
1.1 +89 -0 src/usr.sbin/pkg_install/lib/pkgwrap.c (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209091943.g89JhU0V086804>
