summaryrefslogtreecommitdiff
path: root/www/webglimpse
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-11-02 11:04:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-11-02 11:04:02 +0000
commit8f48ae9dc64d24137e67bd5c039ad53d02968d58 (patch)
treedcdb7ca11b4ec07961176f2befe0854cbd624aff /www/webglimpse
parentfix warning for some undef variables (diff)
when can't open global .sitecache, open in in current directory
instead of in /tmp because conflict in multiuser system
Notes
Notes: svn path=/head/; revision=14307
Diffstat (limited to 'www/webglimpse')
-rw-r--r--www/webglimpse/files/patch-ah11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/webglimpse/files/patch-ah b/www/webglimpse/files/patch-ah
new file mode 100644
index 000000000000..4a9db31cf31d
--- /dev/null
+++ b/www/webglimpse/files/patch-ah
@@ -0,0 +1,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 = '';