summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-07-04 04:48:02 +0000
committerjkh <jkh@FreeBSD.org>1997-07-04 04:48:02 +0000
commita83d139ded5582fe8d8334899fe3b1ba5bd594a2 (patch)
treeaaf7e5e484d61037c13f994ab4f5a1f3eec62af5 /usr.sbin/pkg_install
parentc293b5cf2ccdb7617b2dd48ed4c92ddd4c331848 (diff)
downloadFreeBSD-src-a83d139ded5582fe8d8334899fe3b1ba5bd594a2.zip
FreeBSD-src-a83d139ded5582fe8d8334899fe3b1ba5bd594a2.tar.gz
Add proper md5 comments to ports-installed packages also by
masticating it through the same routine used by pkg_create. Submitted by: se
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/create/perform.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 428c0cd..49bd28d 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: perform.c,v 1.34 1997/02/22 16:09:28 peter Exp $";
+static const char *rcsid = "$Id: perform.c,v 1.35 1997/06/06 12:19:11 jkh Exp $";
#endif
/*
@@ -111,6 +111,7 @@ pkg_perform(char **pkgs)
* hack. It's not a real create in progress.
*/
if (PlistOnly) {
+ check_list(home, &plist);
write_plist(&plist, stdout);
exit(0);
}
OpenPOWER on IntegriCloud