Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix bus error, revert previous change to man page.
Matthew Seaman committed 13 years ago
commit 73eae7f81efc165fc0f13791c4f239ee5d9cab2b
parent 1ebe1b200ce365f4c72b8d7b32ac63b21daf3f30
2 files changed +3 -2
modified libpkg/pkgdb.c
@@ -2521,7 +2521,8 @@ pkgdb_query_installs(struct pkgdb *db, match_t match, int nbpkgs, char **pkgs, c

	if (recursive) {
		do {
-
			sql_exec(db->sqlite, upwards_deps_sql);
+
			sql_exec(db->sqlite, upwards_deps_sql,
+
				 reponame, reponame);
		} while (sqlite3_changes(db->sqlite) != 0);
	}

modified pkg/pkg-install.8
@@ -130,7 +130,7 @@ Use the locally cached copies only.
.It Fl R
When used with
.Fl f ,
-
recursively reinstalls any packages the given package depends on.
+
reinstalls any packages that require the given package.
.El
.Sh ENVIRONMENT
The following environment variables affect the execution of