diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-06 14:53:14 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-06 14:53:14 +0000 |
commit | 1a03bc8ef23de132ae3fcc3d177542274c27dad2 (patch) | |
tree | bad85f98989a81f9482367d487d74ef43823347a /mail/mailgraph/files/patch-mailgraph.cgi | |
parent | - Update to 2.0.5 (diff) |
- Update to 1.14
- Install the new born css file into ${PREFIX}/www/mailgraph/. This is
the best solution, which requires minimal efforts after installation. [1]
Discussed on: freebsd-ports@ [1]
Diffstat (limited to 'mail/mailgraph/files/patch-mailgraph.cgi')
-rw-r--r-- | mail/mailgraph/files/patch-mailgraph.cgi | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/mailgraph/files/patch-mailgraph.cgi b/mail/mailgraph/files/patch-mailgraph.cgi index acf4a78d3c7d..dd55a0b4694c 100644 --- a/mail/mailgraph/files/patch-mailgraph.cgi +++ b/mail/mailgraph/files/patch-mailgraph.cgi @@ -1,6 +1,6 @@ ---- mailgraph.cgi.orig Sun Jul 11 23:57:06 2004 -+++ mailgraph.cgi Tue Jul 13 23:13:48 2004 -@@ -15,8 +15,8 @@ +--- mailgraph.cgi.orig Wed Aug 29 17:06:01 2007 ++++ mailgraph.cgi Thu Sep 6 22:46:09 2007 +@@ -16,8 +16,8 @@ my $points_per_sample = 3; my $ypoints = 160; my $ypoints_err = 96; @@ -11,3 +11,12 @@ my $tmp_dir = '/tmp/mailgraph'; # temporary directory where to store the images my @graphs = ( +@@ -163,7 +163,7 @@ + <title>Mail statistics for $host</title> + <meta http-equiv="Refresh" content="300" /> + <meta http-equiv="Pragma" content="no-cache" /> +-<link rel="stylesheet" href="mailgraph.css" type="text/css" /> ++<link rel="stylesheet" href="/mailgraph/mailgraph.css" type="text/css" /> + </head> + <body> + HEADER |