You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/10/30 22:12:36 UTC

svn commit: r329647 - /spamassassin/trunk/masses/rule-qa/rule-hits-over-time

Author: jm
Date: Sun Oct 30 13:12:33 2005
New Revision: 329647

URL: http://svn.apache.org/viewcvs?rev=329647&view=rev
Log:
dammit stop sucking

Modified:
    spamassassin/trunk/masses/rule-qa/rule-hits-over-time

Modified: spamassassin/trunk/masses/rule-qa/rule-hits-over-time
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/masses/rule-qa/rule-hits-over-time?rev=329647&r1=329646&r2=329647&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/rule-hits-over-time (original)
+++ spamassassin/trunk/masses/rule-qa/rule-hits-over-time Sun Oct 30 13:12:33 2005
@@ -60,7 +60,9 @@
 usage() unless $opt_rule;
 
 # fix PATH for sucky Solaris compatibility.
+# fix PATHs for sucky Solaris compatibility.
 $ENV{PATH} .= ":/local/gnuplot-4.0.0/bin:/opt/sfw/bin";
+$ENV{LD_LIBRARY_PATH} .= ":/local/gd-2.0.33/lib";
 
 my $rule_re = qr/[, ]${opt_rule}[, ]/;
 
@@ -182,8 +184,7 @@
   $both->gif();
 }
 
-unlink(<$tmpdir/*.*>);
-rmdir $tmpdir;
+unlink(<$tmpdir/*.*>); rmdir $tmpdir;
 
 exit;
 
@@ -356,7 +357,9 @@
             ## smoothing: not so useful
             # qq{ smooth bezier }.
 
-            qq{ with linespoints lt $style pt $style }.
+            qq{ with lines lt $style }.
+            # qq{ with linespoints lt $style pt $style }.
+
             qq{ title '$legend' };
 
     }