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/20 03:52:12 UTC

svn commit: r326775 - /spamassassin/trunk/build/automc/run_preflight

Author: jm
Date: Wed Oct 19 18:52:07 2005
New Revision: 326775

URL: http://svn.apache.org/viewcvs?rev=326775&view=rev
Log:
add some more niceness

Modified:
    spamassassin/trunk/build/automc/run_preflight

Modified: spamassassin/trunk/build/automc/run_preflight
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/automc/run_preflight?rev=326775&r1=326774&r2=326775&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/run_preflight (original)
+++ spamassassin/trunk/build/automc/run_preflight Wed Oct 19 18:52:07 2005
@@ -18,9 +18,13 @@
 my $targets = "/cor/$1/targets";
 print "[using corpus targets file: $targets]\n";
 
+# super-nice please!
+#
+system ("renice +20 $$");
+
 # this is run in a chroot jail, just in case there's hostile
 # rule code in there...
-
+#
 run "/local/bbmasstools/masschroot $perl ".
     "mass-check --cache --progress -j=1 -f $targets";