Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use proper SIGNED_REPOS
Bryan Drewery committed 13 years ago
commit 7b4767666e8bb9ac4680d2ab4c28df017e0bb8d2
parent a7077d0
1 file changed +1 -1
modified libpkg/update.c
@@ -152,7 +152,7 @@ pkg_update(const char *name, const char *packagesite)
				goto cleanup;
			}
		} else {
-
			pkg_emit_error("No signature found in the repository. This is mandatory as PKG_CONFIG_SIGNED_REPOS is enabled.");
+
			pkg_emit_error("No signature found in the repository. This is mandatory as SIGNED_REPOS is enabled in pkg.conf.");
			rc = EPKG_FATAL;
			unlink(repofile_unchecked);
			goto cleanup;