mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
7a55519931
commit
643e8222c7
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue