1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/jwhois/files/patch-ab

12 lines
297 B
Plaintext
Raw Normal View History

--- src/cache.c.dist Sun Dec 19 06:46:53 1999
+++ src/cache.c Sat Jul 15 22:52:06 2000
@@ -119,7 +119,7 @@
jconfig_set();
j = jconfig_getone("jwhois", "cachefile");
if (!j)
- cfname = LOCALSTATEDIR "/jwhois.db";
+ cfname = LOCALSTATEDIR "/jwhois";
else
cfname = j->value;