Add proper md5 comments to ports-installed packages also by

masticating it through the same routine used by pkg_create.
Submitted by:	se
This commit is contained in:
Jordan K. Hubbard 1997-07-04 04:48:02 +00:00
parent 7a55519931
commit 643e8222c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27192

View File

@ -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);
}