Date: Fri, 23 Mar 2001 10:45:25 -0800 (PST) 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 perform.c pkg_info.1 show.c src/usr.sbin/pkg_install/lib deps.c exec.c lib.h match.c msg.c pen.c str.c Message-ID: <200103231845.f2NIjPe07661@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/03/23 10:45:25 PST
Modified files:
usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1
show.c
usr.sbin/pkg_install/lib deps.c exec.c lib.h match.c msg.c
pen.c str.c
Log:
- Add which(1)-like functionality into pkg_info;
- fix a harmless bug in match_installed() function introduced in my last
commit;
- uniformely reorder includes across files.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Not objected by: jkh, -ports
Revision Changes Path
1.19 +11 -0 src/usr.sbin/pkg_install/info/info.h
1.31 +25 -4 src/usr.sbin/pkg_install/info/main.c
1.37 +155 -5 src/usr.sbin/pkg_install/info/perform.c
1.38 +10 -1 src/usr.sbin/pkg_install/info/pkg_info.1
1.21 +0 -1 src/usr.sbin/pkg_install/info/show.c
1.2 +0 -1 src/usr.sbin/pkg_install/lib/deps.c
1.8 +48 -1 src/usr.sbin/pkg_install/lib/exec.c
1.34 +2 -0 src/usr.sbin/pkg_install/lib/lib.h
1.4 +12 -9 src/usr.sbin/pkg_install/lib/match.c
1.14 +2 -2 src/usr.sbin/pkg_install/lib/msg.c
1.33 +2 -2 src/usr.sbin/pkg_install/lib/pen.c
1.8 +20 -1 src/usr.sbin/pkg_install/lib/str.c
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?200103231845.f2NIjPe07661>
