blob: e6c6798fd565d54fe7745f571e95d90eb714b230 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- couriergraph.cgi.orig Tue Aug 8 11:56:47 2006
+++ couriergraph.cgi Tue Aug 8 11:57:09 2006
@@ -18,7 +18,7 @@
my $points_per_sample = 3;
my $ypoints = 160;
my $ypoints_err = 96;
-my $rrd = '/etc/postfix/couriergraph.rrd'; # path to where the RRD database is
+my $rrd = '%%DATADIR%%/couriergraph.rrd'; # path to where the RRD database is
my $tmp_dir = '/tmp/couriergraph'; # temporary directory where to store the images
my @graphs = (
|