[Orca-checkins] r338 - in trunk/orca/data_gatherers: aix hp orcallator procallator
Blair Zajac
blair at orcaware.com
Mon Jun 7 22:32:46 PDT 2004
Author: blair
Date: Mon Jun 7 22:30:50 2004
New Revision: 338
Modified:
trunk/orca/data_gatherers/aix/orcallatorAIX.cfg
trunk/orca/data_gatherers/aix/orcallatorTSM.cfg
trunk/orca/data_gatherers/hp/hporcallator.cfg
trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
trunk/orca/data_gatherers/procallator/procallator.cfg.in
Log:
With the new Orca versioning scheme, a required Orca version of 0.265
is greater than the current 0.28.0, so bump the required version
number to 0.28.0. Do not require Orca 0.27, as this version does not
support the new versioning scheme, and after all, we want people to
use a newer versions of Orca. Finally, I don't want to support older
versions.
* data_gatherers/aix/orcallatorAIX.cfg,
* data_gatherers/aix/orcallatorTSM.cfg,
* data_gatherers/hp/hporcallator.cfg,
* data_gatherers/orcallator/orcallator.cfg.in,
* data_gatherers/procallator/procallator.cfg.in:
Require Orca version 0.28.0.
Modified: trunk/orca/data_gatherers/aix/orcallatorAIX.cfg
==============================================================================
--- trunk/orca/data_gatherers/aix/orcallatorAIX.cfg (original)
+++ trunk/orca/data_gatherers/aix/orcallatorAIX.cfg Mon Jun 7 22:30:50 2004
@@ -6,7 +6,7 @@
# $LastChangedRevision$
# Require at least this version of Orca.
-require Orca 0.265
+require Orca 0.28.0
# base_dir is prepended to the paths find_files, html_dir, rrd_dir,
# and state_file only if the path does not match the regular
Modified: trunk/orca/data_gatherers/aix/orcallatorTSM.cfg
==============================================================================
--- trunk/orca/data_gatherers/aix/orcallatorTSM.cfg (original)
+++ trunk/orca/data_gatherers/aix/orcallatorTSM.cfg Mon Jun 7 22:30:50 2004
@@ -6,7 +6,7 @@
# $LastChangedRevision$
# Require at least this version of Orca.
-require Orca 0.265
+require Orca 0.28.0
# base_dir is prepended to the paths find_files, html_dir, rrd_dir,
# and state_file only if the path does not match the regular
Modified: trunk/orca/data_gatherers/hp/hporcallator.cfg
==============================================================================
--- trunk/orca/data_gatherers/hp/hporcallator.cfg (original)
+++ trunk/orca/data_gatherers/hp/hporcallator.cfg Mon Jun 7 22:30:50 2004
@@ -6,7 +6,7 @@
# $LastChangedRevision$
# Require at least this version of Orca.
-require Orca 0.265
+require Orca 0.28.0
# base_dir is prepended to the paths find_files, html_dir, rrd_dir,
# and state_file only if the path does not match the regular
Modified: trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
==============================================================================
--- trunk/orca/data_gatherers/orcallator/orcallator.cfg.in (original)
+++ trunk/orca/data_gatherers/orcallator/orcallator.cfg.in Mon Jun 7 22:30:50 2004
@@ -6,7 +6,7 @@
# $LastChangedBy$
# Require at least this version of Orca.
-require Orca 0.265
+require Orca 0.28.0
# base_dir is prepended to the paths find_files, html_dir, rrd_dir,
# and state_file only if the path does not match the regular
Modified: trunk/orca/data_gatherers/procallator/procallator.cfg.in
==============================================================================
--- trunk/orca/data_gatherers/procallator/procallator.cfg.in (original)
+++ trunk/orca/data_gatherers/procallator/procallator.cfg.in Mon Jun 7 22:30:50 2004
@@ -6,7 +6,7 @@
# $LastChangedBy$
# Require at least this version of Orca.
-require Orca 0.265
+require Orca 0.28.0
# base_dir is prepended to the paths find_files, html_dir, rrd_dir,
# and state_file only if the path does not match the regular
More information about the Orca-checkins
mailing list