From 643e8222c754a9cd6fe91a6c9039fb46b593fc21 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 4 Jul 1997 04:48:02 +0000 Subject: [PATCH] Add proper md5 comments to ports-installed packages also by masticating it through the same routine used by pkg_create. Submitted by: se --- usr.sbin/pkg_install/create/perform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c index 428c0cdfd49..49bd28de5a4 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); }