]> git.pld-linux.org Git - packages/argus-clients.git/blame - argus-clients-ragraph-rabins-paths.patch
- patches for 3.0.0rc43
[packages/argus-clients.git] / argus-clients-ragraph-rabins-paths.patch
CommitLineData
81131633 1--- ragraph/ragraph.pl.orig 2007-03-05 19:58:57.057547750 +0100
2+++ ragraph/ragraph.pl 2007-03-05 19:59:32.671773500 +0100
3@@ -196,9 +196,9 @@
4 sub RagraphProcessArgusData {
5 my @args = "";
6 if ($histo) {
7- @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s ", @arglist, "> $tmpfile");
8+ @args = ("/usr/bin/rabins -M soft zero -p6 -GL0 -s ", @arglist, "> $tmpfile");
9 } else {
10- @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s ltime ", @arglist, "> $tmpfile");
11+ @args = ("/usr/bin/rabins -M soft zero -p6 -GL0 -s ltime ", @arglist, "> $tmpfile");
12 }
13
14 print "DEBUG: RagraphProcessArgusData: exec: @args\n" if $debug;
This page took 0.052787 seconds and 4 git commands to generate.