Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
check: clarify the error message:
Baptiste Daroussin committed 1 month ago
commit a0c509ea128228316c962505480f344acfeed232
parent 63ca2f2cc80a9f0c9989fe7b2c365094816a724f
1 file changed +1 -1
modified src/check.c
@@ -72,7 +72,7 @@ check_deps(struct pkgdb *db, struct pkg *p, charv_t *dh, bool noinstall, xstring
		if (quiet)
			pkg_fprintf(out->fp, "%n\t%S\n", p, buf);
		else
-
			pkg_fprintf(out->fp, "%n is missing a required shared library: %S\n",
+
			pkg_fprintf(out->fp, "%n depends on a missing or unregistered shared library: %S\n",
			    p, buf);
	}
	free(slit);