aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-09-24 21:41:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-09-24 21:41:47 +0000
commit37e9053e23763250d07e2865e756746072c211ed (patch)
tree1392d7a15d5e76667c69248eab2f90a69cf8d9f5
parent512c45ef6c21f05a32737221214a9fbf0823c064 (diff)
Notes
-rw-r--r--usr.sbin/pkg_install/lib/match.c2
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 06e34cf0727d8..2de0dc72476e4 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);
}