new time fields update for ragraph rc.14

VIEAU Cédric 172196 cedric.vieau at cea.fr
Tue Jun 27 07:06:18 EDT 2006


Hi,

here is a small patch for ragraph rc.14 to use the new label of the lasttime field.
I also join a minor update for rabins usage() function.
(Carter, do you prefer patches as attached files or inline text ? Dont know which is best)


--- ./ragraph/ragraph.pl.orig        2006-06-08 20:20:12.000000000 +0200
+++ ./ragraph/ragraph.pl        2006-06-27 12:45:54.000000000 +0200
@@ -194,7 +194,7 @@
    if ($histo) {
       @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s ", @arglist, "> $tmpfile");
    } else {
-      @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s lasttime ", @arglist, "> $tmpfile");
+      @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s ltime ", @arglist, "> $tmpfile");
    }
    
    `echo "RagraphProcessArgusData: @args;" >> /tmp/ragraph.out`;

--- rabins.c.orig       2006-06-27 12:56:17.000000000 +0200
+++ rabins.c    2006-06-27 12:56:41.000000000 +0200
@@ -551,7 +551,7 @@
 {
    extern char version[];
 
-   fprintf (stderr, "Rasplit Version %s\n", version);
+   fprintf (stderr, "Rabins Version %s\n", version);
    fprintf (stderr, "usage: %s \n", ArgusParser->ArgusProgramName);
    fprintf (stderr, "usage: %s [options] -S remoteServer  [- filter-expression]\n", ArgusParser->ArgusProgramName);
    fprintf (stderr, "usage: %s [options] -r argusDataFile [- filter-expression]\n\n", ArgusParser->ArgusProgramName);


Regards,
Cedric



More information about the argus mailing list