Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
pkg check: -s is now the default operation mode
Baptiste Daroussin committed 1 year ago
commit 37bf9f31e8db1ebae1de4a226b9228abf2ab648b
parent e3712ace16ca16e3cd6d0cff9d45bdd08321502e
1 file changed +4 -0
modified src/check.c
@@ -322,6 +322,10 @@ exec_check(int argc, char **argv)
	argc -= optind;
	argv += optind;

+
	if (!(dcheck || checksums)) {
+
		checksums = true;
+
		flags |= PKG_LOAD_FILES;
+
	}
	/* Default to all packages if no pkg provided */
	if (argc == 0 && (dcheck || checksums)) {
		match = MATCH_ALL;