summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-09-24 21:41:47 +0000
committerkrion <krion@FreeBSD.org>2005-09-24 21:41:47 +0000
commit3b94f1f11456e1d6262201f2798870579d745791 (patch)
tree1392d7a15d5e76667c69248eab2f90a69cf8d9f5 /usr.sbin/pkg_install/lib
parent4168ea6d084dfb6a943ad04d8c88cce7da23d146 (diff)
downloadFreeBSD-src-3b94f1f11456e1d6262201f2798870579d745791.zip
FreeBSD-src-3b94f1f11456e1d6262201f2798870579d745791.tar.gz
Do not bitch about bsdpan modules not having origin.
Based on PR: bin/82269 Submitted by: Steven Hartland <killing at multiplay dot co dot uk> MFC after: 3 days
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-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 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);
}
OpenPOWER on IntegriCloud