[Orca-checkins] r480 - orca/trunk/data_gatherers/procallator
blair at orcaware.com
blair at orcaware.com
Fri Aug 5 07:47:37 PDT 2005
Author: blair at orcaware.com
Date: Fri Aug 5 07:46:27 2005
New Revision: 480
Modified:
orca/trunk/data_gatherers/procallator/procallator.pl.in
Log:
Fix a configure replacement name.
* data_gatherers/procallator/procallator.pl.in:
Use @PROC_DIR@ instead of @PROC@ to get the /proc directory location.
Patch by: Alex Kiernan <alex.kiernan at gmail.com>
Modified: orca/trunk/data_gatherers/procallator/procallator.pl.in
==============================================================================
--- orca/trunk/data_gatherers/procallator/procallator.pl.in (original)
+++ orca/trunk/data_gatherers/procallator/procallator.pl.in Fri Aug 5 07:46:27 2005
@@ -27,7 +27,7 @@
# Config variables
-$PROC = "@PROC@"; # Proc directory, usually /proc
+$PROC = "@PROC_DIR@"; # Proc directory, usually /proc
$INTERVAL = 300; # Interval between each measure, in seconds
$COMPRESS = "@COMPRESSOR@"; # Compressor...
More information about the Orca-checkins
mailing list