Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Turn on case insensitive flag by default.
Vsevolod Stakhov committed 12 years ago
commit 6afb7ff04f6f84b242c61f6327f32bc55ee92037
parent 87540e1547f37b66174993ad6467e76b4027e9a1
1 file changed +1 -1
modified libpkg/pkgdb.c
@@ -1541,7 +1541,7 @@ pkgdb_it_free(struct pkgdb_it *it)
 * CASE_SENSITIVE_MATCH in pkg.conf and then possbily reset again in
 * pkg search et al according to command line flags */

-
static bool _case_sensitive_flag = true;
+
static bool _case_sensitive_flag = false;

void
pkgdb_set_case_sensitivity(bool case_sensitive)