Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Revert 1479dc54afbae9e9aabadc70efc0da1a26b3c645 because we need to plumb the lock message in further to give proper error messages.
Brad Davis committed 10 years ago
commit 6ce1a66c33a900f7b07489905a60913c9eb4a487
parent d2ad3e3
1 file changed +0 -8
modified libpkg/pkg_jobs.c
@@ -944,14 +944,6 @@ pkg_jobs_find_upgrade(struct pkg_jobs *j, const char *pattern, match_t m)
		if (p == NULL)
			return (EPKG_FATAL);

-
		/*
-
		 * For locked packages we don't need to perform this
-
		 * heuristic
-
		 */
-
		if (p->locked) {
-
			return (EPKG_END);
-
		}
-

		while(pkg_rdeps(p, &rdep) == EPKG_OK) {
			struct pkg *rdep_package;