Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
return as soon as we know we don't have to apply upgrades.
Matthew Seaman committed 13 years ago
commit 39c1302bd892c061c411f5126cf15403591a9bd0
parent 9b68ebc31ac1af2f06939560a1991a476accf0ae
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",