]> git.pld-linux.org Git - packages/argus-clients.git/commitdiff
- Patch fixing rabins exec paths for argus-clients
authorbeorn <beorn@pld-linux.org>
Mon, 5 Mar 2007 19:11:43 +0000 (19:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    argus-clients-ragraph-rabins-paths.patch -> 1.1

argus-clients-ragraph-rabins-paths.patch [new file with mode: 0644]

diff --git a/argus-clients-ragraph-rabins-paths.patch b/argus-clients-ragraph-rabins-paths.patch
new file mode 100644 (file)
index 0000000..566d9fa
--- /dev/null
@@ -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;
This page took 0.088599 seconds and 4 git commands to generate.