Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 2236782e7a7a00cfa3ac3ccaf84fe779 > files > 9

mailgraph-1.14-8.fc13.src.rpm

--- mailgraph-1.14/mailgraph.cgi.orig	2007-08-29 03:06:01.000000000 -0600
+++ mailgraph-1.14/mailgraph.cgi	2008-09-30 17:50:56.000000000 -0600
@@ -16,9 +16,9 @@ my $xpoints = 540;
 my $points_per_sample = 3;
 my $ypoints = 160;
 my $ypoints_err = 96;
-my $rrd = 'mailgraph.rrd'; # path to where the RRD database is
-my $rrd_virus = 'mailgraph_virus.rrd'; # path to where the Virus RRD database is
-my $tmp_dir = '/tmp/mailgraph'; # temporary directory where to store the images
+my $rrd = '/var/lib/mailgraph/mailgraph.rrd'; # path to where the RRD database is
+my $rrd_virus = '/var/lib/mailgraph/mailgraph_virus.rrd'; # path to where the Virus RRD database is
+my $tmp_dir = '/var/cache/mailgraph'; # temporary directory where to store the images
 
 my @graphs = (
 	{ title => 'Last Day',   seconds => 3600*24,        },