aboutsummaryrefslogtreecommitdiffstats
path: root/www/webglimpse/files/patch-ah
blob: 4a9db31cf31dee58773af57ab54b2d1f63db0c4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/siteconf.pl.bak Thu Jul 23 01:44:21 1998
+++ lib/siteconf.pl Mon Nov  2 13:58:29 1998
@@ -28,7 +28,7 @@
 
 # If can't write to preferred cache file, use alternate
 if (!open(F,">$FCacheFile")) {
-   $FCacheFile = "/tmp/.sitecache";
+   $FCacheFile = ".sitecache";
    if (!open(F,">$FCacheFile")) {
        print "Error, cannot find a usable cache file!\n";
        $FCacheFile = '';