SOURCES: argus-clients-ragraph-rabins-paths.patch (NEW) - Patch fi...

beorn beorn at pld-linux.org
Mon Mar 5 20:11:49 CET 2007


Author: beorn                        Date: Mon Mar  5 19:11:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Patch fixing rabins exec paths for argus-clients

---- Files affected:
SOURCES:
   argus-clients-ragraph-rabins-paths.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/argus-clients-ragraph-rabins-paths.patch
diff -u /dev/null SOURCES/argus-clients-ragraph-rabins-paths.patch:1.1
--- /dev/null	Mon Mar  5 20:11:49 2007
+++ SOURCES/argus-clients-ragraph-rabins-paths.patch	Mon Mar  5 20:11:43 2007
@@ -0,0 +1,14 @@
+--- ragraph/ragraph.pl.orig	2007-03-05 19:58:57.057547750 +0100
++++ ragraph/ragraph.pl	2007-03-05 19:59:32.671773500 +0100
+@@ -196,9 +196,9 @@
+ sub RagraphProcessArgusData {
+    my @args = "";
+    if ($histo) {
+-      @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s ", @arglist, "> $tmpfile");
++      @args = ("/usr/bin/rabins -M soft zero -p6 -GL0 -s ", @arglist, "> $tmpfile");
+    } else {
+-      @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s ltime ", @arglist, "> $tmpfile");
++      @args = ("/usr/bin/rabins -M soft zero -p6 -GL0 -s ltime ", @arglist, "> $tmpfile");
+    }
+ 
+    print "DEBUG: RagraphProcessArgusData: exec: @args\n" if $debug;
================================================================


More information about the pld-cvs-commit mailing list