mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c35a0bf99b
- Added USES=iconv - Regenerate patches to make portlint happy - Bump PORTREVISION PR: 202673 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
12 lines
288 B
C
12 lines
288 B
C
--- src/cache.c.orig 2007-06-26 06:58:30 UTC
|
|
+++ src/cache.c
|
|
@@ -122,7 +122,7 @@ cache_init(void)
|
|
jconfig_set();
|
|
j = jconfig_getone("jwhois", "cachefile");
|
|
if (!j)
|
|
- cfname = LOCALSTATEDIR "/jwhois.db";
|
|
+ cfname = LOCALSTATEDIR "/jwhois";
|
|
else
|
|
cfname = j->value;
|
|
|