Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use proper SIGNED_REPOS
Bryan Drewery committed 14 years ago
commit 7b4767666e8bb9ac4680d2ab4c28df017e0bb8d2
parent a7077d0190faec8e3c9a18aa4809f831ca1f0ada
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;