diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-17 09:56:05 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-17 09:56:05 +0000 |
| commit | 7f6bf1d8ce336ac638b67bb6ac0fc7d09bf59d29 (patch) | |
| tree | 8cc602fa2181b3251a7557cd50f7b5898169f909 /usr.sbin/pkg_install/info | |
| parent | c72e7314c2f0a771c6b09fae1e406990016fa60d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/info')
| -rw-r--r-- | usr.sbin/pkg_install/info/show.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/info/show.c b/usr.sbin/pkg_install/info/show.c index 4d397d8071c0..205f865328fa 100644 --- a/usr.sbin/pkg_install/info/show.c +++ b/usr.sbin/pkg_install/info/show.c @@ -158,6 +158,10 @@ show_plist(const char *title, Package *plist, plist_t type, Boolean showall) "\tdependency origin: %s\n", p->name); break; + case PLIST_CONFLICTS: + printf(Quiet ? "@conflicts %s\n" : "Conflicts: %s\n", p->name); + break; + case PLIST_MTREE: printf(Quiet ? "@mtree %s\n" : "\tPackage mtree file: %s\n", p->name); break; |
