Date: Sat, 3 Feb 2001 12:56:33 -0800 (PST) From: "Jordan K. Hubbard" <jkh@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 Message-ID: <200102032056.f13KuXS95103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 2001/02/03 12:56:33 PST Modified files: usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c Log: Add a -g flag for verifying an installed package against its recorded checksums (to see if it's been modified post-installation). Naturally, this mechanism is only as secure as the contents of /var/db/pkg if you're using it for auditing purposes. Submitted by: Roman Shterenzon <roman@xpert.com> Revision Changes Path 1.15 +2 -1 src/usr.sbin/pkg_install/info/info.h 1.28 +6 -2 src/usr.sbin/pkg_install/info/main.c 1.33 +3 -1 src/usr.sbin/pkg_install/info/perform.c 1.33 +4 -2 src/usr.sbin/pkg_install/info/pkg_info.1 1.19 +31 -1 src/usr.sbin/pkg_install/info/show.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?200102032056.f13KuXS95103>