From d7b40e5247376aab389e2b69926a301cc2730db4 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 13 Mar 2011 08:15:05 +0100 Subject: Fix previous commit --- debian/patches/001_default-rrd-location.diff | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'debian/patches/001_default-rrd-location.diff') diff --git a/debian/patches/001_default-rrd-location.diff b/debian/patches/001_default-rrd-location.diff index e971e1c..54be53f 100644 --- a/debian/patches/001_default-rrd-location.diff +++ b/debian/patches/001_default-rrd-location.diff @@ -3,11 +3,15 @@ Forwarded: not-needed --- a/mailgraph.cgi +++ b/mailgraph.cgi -@@ -18,7 +18,7 @@ +@@ -16,9 +16,9 @@ + 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 $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/lib/mailgraph'; # temporary directory where to store the images my @graphs = ( -- cgit v1.2.3