Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
return as soon as we know we don't have to apply upgrades.
Matthew Seaman committed 13 years ago
commit 39c1302bd892c061c411f5126cf15403591a9bd0
parent 9b68ebc
1 file changed +1 -0
modified libpkg/pkgdb.c
@@ -457,6 +457,7 @@ pkgdb_upgrade(struct pkgdb *db)
			pkg_emit_error("warning: database version %" PRId64
			    " is newer than libpkg(3) version %d, but still "
			    "compatible", db_version, DBVERSION);
+
			return (EPKG_OK);
		} else {
			pkg_emit_error("database version %" PRId64 " is newer "
			    "than and incompatible with libpkg(3) version %d",