mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
146d538f1d
PR: ports/101650 Submitted by: maintainer (Xavier Beaudouin)
12 lines
447 B
Perl
12 lines
447 B
Perl
--- 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 = (
|