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 21:36:06 UTC

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

Author: jm
Date: Sun Oct 30 12:36:04 2005
New Revision: 329630

URL: http://svn.apache.org/viewcvs?rev=329630&view=rev
Log:
Solaris, why doth thou suckest so

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=329630&r1=329629&r2=329630&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/rule-hits-over-time (original)
+++ spamassassin/trunk/masses/rule-qa/rule-hits-over-time Sun Oct 30 12:36:04 2005
@@ -59,6 +59,9 @@
 
 usage() unless $opt_rule;
 
+# fix PATH for sucky Solaris compatibility
+$ENV{PATH} .= ":/opt/sfw/bin/gnuplot";
+
 my $rule_re = qr/[, ]${opt_rule}[, ]/;
 
 my $period = $opt_period || (24 * 60 * 60 * 1);