diff options
-rw-r--r-- | usr.sbin/pkg_install/lib/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/match.c b/usr.sbin/pkg_install/lib/match.c index 06e34cf..2de0dc7 100644 --- a/usr.sbin/pkg_install/lib/match.c +++ b/usr.sbin/pkg_install/lib/match.c @@ -295,7 +295,7 @@ matchbyorigin(const char *origin, int *retval) break; } } - if (cmd != PLIST_ORIGIN) + if (cmd != PLIST_ORIGIN && ( Verbose || 0 != strncmp("bsdpan-", installed[i], 7 ) ) ) warnx("package %s has no origin recorded", installed[i]); fclose(fp); } |