Package: mailgraph
Version: 1.12-2.1
Severity: minimal

The links embedded in the output of mailgraph.cgi that refer to both the
mailgraph and rrdtool projects are outdated. Here is a patch that updates
the links as well as adjust the displayed aspect ratio of the new rrdtool
logo:

--- /usr/lib/cgi-bin/mailgraph.cgi      2007-01-23 01:50:30.000000000 -0500
+++ mailgraph.cgi       2009-05-01 20:57:31.000000000 -0400
@@ -178,10 +178,10 @@
        print <<FOOTER;
 <hr width="630" align="left" size="1" noshade>
 <table border="0" width="630" cellpadding="0" cellspacing="0"
background="#dddddd"><tr><td align="left">
-<A href="http://people.ee.ethz.ch/~dws/software/mailgraph";>Mailgraph</A>
$VERSION
-by <A href="http://people.ee.ethz.ch/~dws/";>David Schweikert</A></td>
+<A href="http://mailgraph.schweikert.ch/";>Mailgraph</A> $VERSION
+by <A href="http://david.schweikert.ch/";>David Schweikert</A></td>
 <td ALIGN="right">
-<a HREF="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/";><img
border="0" src="
http://people.ethz.ch/~oetiker/webtools/rrdtool/.pics/rrdtool.gif"; alt=""
width="120" height="34"></a>
+<a HREF="http://oss.oetiker.ch/rrdtool/";><img border="0" src="
http://oss.oetiker.ch/rrdtool/inc/rrdtool-3dlogo.png"; alt="" width="120"
height="53"></a>
 </td></tr></table>
 </BODY></HTML>
 FOOTER

Reply via email to