diff options
author | jkh <jkh@FreeBSD.org> | 1997-07-04 04:48:02 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-07-04 04:48:02 +0000 |
commit | a83d139ded5582fe8d8334899fe3b1ba5bd594a2 (patch) | |
tree | aaf7e5e484d61037c13f994ab4f5a1f3eec62af5 /usr.sbin/pkg_install | |
parent | c293b5cf2ccdb7617b2dd48ed4c92ddd4c331848 (diff) | |
download | FreeBSD-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.c | 3 |
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); } |