diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-13 15:29:25 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-13 15:29:25 +0000 |
commit | 01e6bce22fdb431c9bec0403b7dfb14677d92cff (patch) | |
tree | ed6a7096a4df5f43e6a41b6223eb5b0d9428832b /mail/mailgraph/files | |
parent | c0fe83c44c4730c2b62299641260be0a65b743d6 (diff) | |
download | ports-01e6bce22fdb431c9bec0403b7dfb14677d92cff.tar.gz ports-01e6bce22fdb431c9bec0403b7dfb14677d92cff.zip |
Update to 1.9
Based on PR: ports/68983
Submitted by: Chris Howells
Via: Rong-En Fan (maintainer)
Notes
Notes:
svn path=/head/; revision=113559
Diffstat (limited to 'mail/mailgraph/files')
-rw-r--r-- | mail/mailgraph/files/patch-mailgraph.cgi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mailgraph/files/patch-mailgraph.cgi b/mail/mailgraph/files/patch-mailgraph.cgi index 15bd606d673e..acf4a78d3c7d 100644 --- a/mail/mailgraph/files/patch-mailgraph.cgi +++ b/mail/mailgraph/files/patch-mailgraph.cgi @@ -1,9 +1,9 @@ ---- mailgraph.cgi.orig Sat Feb 7 21:48:52 2004 -+++ mailgraph.cgi Mon Apr 12 02:45:53 2004 +--- mailgraph.cgi.orig Sun Jul 11 23:57:06 2004 ++++ mailgraph.cgi Tue Jul 13 23:13:48 2004 @@ -15,8 +15,8 @@ my $points_per_sample = 3; - my $ypoints = 150; - my $ypoints_err = 80; + 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 = '%%DATADIR%%/mailgraph.rrd'; # path to where the RRD database is |