Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Load the automatic information by default, this fixes pkg query "%a"
Baptiste Daroussin committed 14 years ago
commit c40b9f4586c7ef70f08d11de0399f30b7962ed01
parent 819e0206fe9a9894de0838f44a1c5846e73478f4
1 file changed +1 -1
modified libpkg/pkgdb.c
@@ -752,7 +752,7 @@ pkgdb_query(struct pkgdb *db, const char *pattern, match_t match)
	snprintf(sql, sizeof(sql),
			"SELECT id, origin, name, version, comment, desc, "
				"message, arch, osversion, maintainer, www, "
-
				"prefix, flatsize, licenselogic "
+
				"prefix, flatsize, licenselogic, automatic "
			"FROM packages AS p%s "
			"ORDER BY p.name;", comp);