summaryrefslogblamecommitdiff
path: root/net/jwhois/files/patch-ab
blob: 290c0a0daa204df4cab9ab87b84b7793c9a9410a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                
--- 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;