[Orca-checkins] r299 - in trunk/orca: contrib/rotate_orca_graphs data_gatherers/orca_services data_gatherers/orcallator data_gatherers/procallator lib/Orca orca
Blair Zajac
blair at orcaware.com
Wed Apr 7 22:39:41 PDT 2004
Author: blair
Date: Wed Apr 7 22:39:11 2004
New Revision: 299
Modified:
trunk/orca/contrib/rotate_orca_graphs/rotate_orca_graphs.sh.in (contents, props changed)
trunk/orca/data_gatherers/orca_services/S99orca_services.sh.in (contents, props changed)
trunk/orca/data_gatherers/orca_services/orca_services.cfg.in (contents, props changed)
trunk/orca/data_gatherers/orca_services/orca_services.pl.in (contents, props changed)
trunk/orca/data_gatherers/orca_services/orca_services_running.pl.in (contents, props changed)
trunk/orca/data_gatherers/orca_services/restart_orca_services.sh.in (contents, props changed)
trunk/orca/data_gatherers/orca_services/start_orca_services.sh.in (contents, props changed)
trunk/orca/data_gatherers/orca_services/stop_orca_services.sh.in (contents, props changed)
trunk/orca/data_gatherers/orcallator/S99orcallator.sh.in (contents, props changed)
trunk/orca/data_gatherers/orcallator/orcallator.cfg.in (contents, props changed)
trunk/orca/data_gatherers/orcallator/orcallator_column.pl (contents, props changed)
trunk/orca/data_gatherers/orcallator/orcallator_running.pl.in (contents, props changed)
trunk/orca/data_gatherers/orcallator/restart_orcallator.sh.in (contents, props changed)
trunk/orca/data_gatherers/orcallator/start_orcallator.sh.in (contents, props changed)
trunk/orca/data_gatherers/orcallator/stop_orcallator.sh.in (contents, props changed)
trunk/orca/data_gatherers/procallator/S99procallator.sh.in (contents, props changed)
trunk/orca/data_gatherers/procallator/procallator.cfg.in (contents, props changed)
trunk/orca/data_gatherers/procallator/procallator.pl.in (contents, props changed)
trunk/orca/lib/Orca/Config.pm (contents, props changed)
trunk/orca/lib/Orca/Constants.pm (contents, props changed)
trunk/orca/lib/Orca/DataFile.pm (contents, props changed)
trunk/orca/lib/Orca/HTMLFile.pm (contents, props changed)
trunk/orca/lib/Orca/ImageFile.pm (contents, props changed)
trunk/orca/lib/Orca/NewState.pm (contents, props changed)
trunk/orca/lib/Orca/OldState.pm (contents, props changed)
trunk/orca/lib/Orca/OpenFileHash.pm (contents, props changed)
trunk/orca/lib/Orca/RRDFile.pm (contents, props changed)
trunk/orca/lib/Orca/SourceFile.pm (contents, props changed)
trunk/orca/lib/Orca/SourceFileIDs.pm (contents, props changed)
trunk/orca/lib/Orca/Utils.pm (contents, props changed)
trunk/orca/orca/orca.pl.in (contents, props changed)
trunk/orca/orca/upgrade_installation.pl (contents, props changed)
Log:
* contrib/rotate_orca_graphs/rotate_orca_graphs.sh.in,
* data_gatherers/orcallator/orcallator.cfg.in,
* data_gatherers/orcallator/orcallator_column.pl,
* data_gatherers/orcallator/orcallator_running.pl.in,
* data_gatherers/orcallator/restart_orcallator.sh.in,
* data_gatherers/orcallator/S99orcallator.sh.in,
* data_gatherers/orcallator/start_orcallator.sh.in,
* data_gatherers/orcallator/stop_orcallator.sh.in,
* data_gatherers/orca_services/orca_services.cfg.in,
* data_gatherers/orca_services/orca_services.pl.in,
* data_gatherers/orca_services/orca_services_running.pl.in,
* data_gatherers/orca_services/restart_orca_services.sh.in,
* data_gatherers/orca_services/S99orca_services.sh.in,
* data_gatherers/orca_services/start_orca_services.sh.in,
* data_gatherers/orca_services/stop_orca_services.sh.in,
* data_gatherers/procallator/procallator.cfg.in,
* data_gatherers/procallator/procallator.pl.in,
* data_gatherers/procallator/S99procallator.sh.in,
* lib/Orca/Config.pm,
* lib/Orca/Constants.pm,
* lib/Orca/DataFile.pm,
* lib/Orca/HTMLFile.pm,
* lib/Orca/ImageFile.pm,
* lib/Orca/NewState.pm,
* lib/Orca/OldState.pm,
* lib/Orca/OpenFileHash.pm,
* lib/Orca/RRDFile.pm,
* lib/Orca/SourceFileIDs.pm,
* lib/Orca/SourceFile.pm,
* lib/Orca/Utils.pm,
* orca/orca.pl.in,
* orca/upgrade_installation.pl:
Set 'svn:keywords' to 'HeadURL LastChangedBy LastChangedDate
LastChangedRevision' and use them.
Modified: trunk/orca/contrib/rotate_orca_graphs/rotate_orca_graphs.sh.in
==============================================================================
--- trunk/orca/contrib/rotate_orca_graphs/rotate_orca_graphs.sh.in (original)
+++ trunk/orca/contrib/rotate_orca_graphs/rotate_orca_graphs.sh.in Wed Apr 7 22:39:11 2004
@@ -8,6 +8,11 @@
# 1) Set the ARCHIVE_DIR to the location of the archive directory.
# 2) Set up a cron job that runs this script:
# 59 23 * * * create_orca_daily_graphs.sh
+#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
# Set this directory to archive the daily plots in.
ARCHIVE_DIR=
Modified: trunk/orca/data_gatherers/orca_services/S99orca_services.sh.in
==============================================================================
--- trunk/orca/data_gatherers/orca_services/S99orca_services.sh.in (original)
+++ trunk/orca/data_gatherers/orca_services/S99orca_services.sh.in Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
#!/bin/sh
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
Modified: trunk/orca/data_gatherers/orca_services/orca_services.cfg.in
==============================================================================
--- trunk/orca/data_gatherers/orca_services/orca_services.cfg.in (original)
+++ trunk/orca/data_gatherers/orca_services/orca_services.cfg.in Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca configuration file for orca_services files.
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
# Require at least this version of Orca.
require 0.27
Modified: trunk/orca/data_gatherers/orca_services/orca_services.pl.in
==============================================================================
--- trunk/orca/data_gatherers/orca_services/orca_services.pl.in (original)
+++ trunk/orca/data_gatherers/orca_services/orca_services.pl.in Wed Apr 7 22:39:11 2004
@@ -9,6 +9,11 @@
## for later processing.
##
+## $HeadURL$
+## $LastChangedRevision$
+## $LastChangedDate$
+## $LastChangedBy$
+
##
## Author: Carlos Canau <Carlos.Canau at KPNQwest.com>
## With: Jose Carlos Pereira <Jose.Pereira at KPNQwest.com>
Modified: trunk/orca/data_gatherers/orca_services/orca_services_running.pl.in
==============================================================================
--- trunk/orca/data_gatherers/orca_services/orca_services_running.pl.in (original)
+++ trunk/orca/data_gatherers/orca_services/orca_services_running.pl.in Wed Apr 7 22:39:11 2004
@@ -1,7 +1,12 @@
# orca_services_running: warn if orca_services files are not up to date.
#
-# Copyright (C) 2000 Carlos Canau and KPNQwest Portugal
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998, 1999 Blair Zajac and Yahoo!, Inc.
+# Copyright (C) 2000 Carlos Canau and KPNQwest Portugal
use strict;
use POSIX qw(strftime);
Modified: trunk/orca/data_gatherers/orca_services/restart_orca_services.sh.in
==============================================================================
--- trunk/orca/data_gatherers/orca_services/restart_orca_services.sh.in (original)
+++ trunk/orca/data_gatherers/orca_services/restart_orca_services.sh.in Wed Apr 7 22:39:11 2004
@@ -1,6 +1,12 @@
#!/bin/sh
# This stops and restarts orca_services.
+
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
Modified: trunk/orca/data_gatherers/orca_services/start_orca_services.sh.in
==============================================================================
--- trunk/orca/data_gatherers/orca_services/start_orca_services.sh.in (original)
+++ trunk/orca/data_gatherers/orca_services/start_orca_services.sh.in Wed Apr 7 22:39:11 2004
@@ -3,6 +3,11 @@
# This script runs orca_services with the proper options for your
# site.
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
prefix=@prefix@
exec_prefix=@exec_prefix@
libexecdir=@libexecdir@
Modified: trunk/orca/data_gatherers/orca_services/stop_orca_services.sh.in
==============================================================================
--- trunk/orca/data_gatherers/orca_services/stop_orca_services.sh.in (original)
+++ trunk/orca/data_gatherers/orca_services/stop_orca_services.sh.in Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
#!/bin/sh
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
AWK=@AWK@
# This utility function checks if the specified variable has non-zero
Modified: trunk/orca/data_gatherers/orcallator/S99orcallator.sh.in
==============================================================================
--- trunk/orca/data_gatherers/orcallator/S99orcallator.sh.in (original)
+++ trunk/orca/data_gatherers/orcallator/S99orcallator.sh.in Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
#!/bin/sh
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
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 Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca configuration file for orcallator files.
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
# Require at least this version of Orca.
require Orca 0.265
Modified: trunk/orca/data_gatherers/orcallator/orcallator_column.pl
==============================================================================
--- trunk/orca/data_gatherers/orcallator/orcallator_column.pl (original)
+++ trunk/orca/data_gatherers/orcallator/orcallator_column.pl Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# orcallator_column: display selected columns from orcallator output.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!/GeoCities, Inc.
# Copyright (C) 1999-2002 Blair Zajac.
Modified: trunk/orca/data_gatherers/orcallator/orcallator_running.pl.in
==============================================================================
--- trunk/orca/data_gatherers/orcallator/orcallator_running.pl.in (original)
+++ trunk/orca/data_gatherers/orcallator/orcallator_running.pl.in Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# orcallator_running: warn if orcallator files are not up to date.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2002 Blair Zajac.
Modified: trunk/orca/data_gatherers/orcallator/restart_orcallator.sh.in
==============================================================================
--- trunk/orca/data_gatherers/orcallator/restart_orcallator.sh.in (original)
+++ trunk/orca/data_gatherers/orcallator/restart_orcallator.sh.in Wed Apr 7 22:39:11 2004
@@ -1,6 +1,12 @@
#!/bin/sh
# This stops and restarts orcallator.se.
+
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
Modified: trunk/orca/data_gatherers/orcallator/start_orcallator.sh.in
==============================================================================
--- trunk/orca/data_gatherers/orcallator/start_orcallator.sh.in (original)
+++ trunk/orca/data_gatherers/orcallator/start_orcallator.sh.in Wed Apr 7 22:39:11 2004
@@ -2,6 +2,11 @@
# This script runs orcallator.se with the proper options for your site.
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
Modified: trunk/orca/data_gatherers/orcallator/stop_orcallator.sh.in
==============================================================================
--- trunk/orca/data_gatherers/orcallator/stop_orcallator.sh.in (original)
+++ trunk/orca/data_gatherers/orcallator/stop_orcallator.sh.in Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
#!/bin/sh
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
AWK=@AWK@
# This utility function checks if the specified variable has non-zero
Modified: trunk/orca/data_gatherers/procallator/S99procallator.sh.in
==============================================================================
--- trunk/orca/data_gatherers/procallator/S99procallator.sh.in (original)
+++ trunk/orca/data_gatherers/procallator/S99procallator.sh.in Wed Apr 7 22:39:11 2004
@@ -6,6 +6,11 @@
#
# description: Procallator is a data measurement tool that measures
# many system statistics.
+#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
prefix=@prefix@
exec_prefix=@exec_prefix@
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 Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca configuration file for procallator files.
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+
# Require at least this version of Orca.
require Orca 0.265
Modified: trunk/orca/data_gatherers/procallator/procallator.pl.in
==============================================================================
--- trunk/orca/data_gatherers/procallator/procallator.pl.in (original)
+++ trunk/orca/data_gatherers/procallator/procallator.pl.in Wed Apr 7 22:39:11 2004
@@ -1,8 +1,11 @@
# Collector for /proc statistics for use with Linux 2.2 and 2.4 kernels.
#
-# Copyright (C) 2001 Guilherme Carvalho Chehab. All Rights Reserved.
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
#
-# Config variables
+# Copyright (C) 2001 Guilherme Carvalho Chehab. All Rights Reserved.
use Sys::Hostname;
Modified: trunk/orca/lib/Orca/Config.pm
==============================================================================
--- trunk/orca/lib/Orca/Config.pm (original)
+++ trunk/orca/lib/Orca/Config.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::Config: Manage configuration parameters for Orca.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/Constants.pm
==============================================================================
--- trunk/orca/lib/Orca/Constants.pm (original)
+++ trunk/orca/lib/Orca/Constants.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::Constants.pm: Global constants for Orca.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/DataFile.pm
==============================================================================
--- trunk/orca/lib/Orca/DataFile.pm (original)
+++ trunk/orca/lib/Orca/DataFile.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::DataFile: Base class for managing source data, RRD and image files.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/HTMLFile.pm
==============================================================================
--- trunk/orca/lib/Orca/HTMLFile.pm (original)
+++ trunk/orca/lib/Orca/HTMLFile.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::HTMLFile: Manage the creation of HTML files.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/ImageFile.pm
==============================================================================
--- trunk/orca/lib/Orca/ImageFile.pm (original)
+++ trunk/orca/lib/Orca/ImageFile.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::ImageFile: Manage the creation of PNG or GIF plot files.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/NewState.pm
==============================================================================
--- trunk/orca/lib/Orca/NewState.pm (original)
+++ trunk/orca/lib/Orca/NewState.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::NewState: Keep state information between invocations of Orca.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/OldState.pm
==============================================================================
--- trunk/orca/lib/Orca/OldState.pm (original)
+++ trunk/orca/lib/Orca/OldState.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::OldState: Keep state information between invocations of Orca.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/OpenFileHash.pm
==============================================================================
--- trunk/orca/lib/Orca/OpenFileHash.pm (original)
+++ trunk/orca/lib/Orca/OpenFileHash.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::OpenFileHash: Cache open file descriptors for the whole program.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/RRDFile.pm
==============================================================================
--- trunk/orca/lib/Orca/RRDFile.pm (original)
+++ trunk/orca/lib/Orca/RRDFile.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::RRDFile: Manage RRD file creation and updating.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/SourceFile.pm
==============================================================================
--- trunk/orca/lib/Orca/SourceFile.pm (original)
+++ trunk/orca/lib/Orca/SourceFile.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::SourceFile: Manage the watching and loading of source data files.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/SourceFileIDs.pm
==============================================================================
--- trunk/orca/lib/Orca/SourceFileIDs.pm (original)
+++ trunk/orca/lib/Orca/SourceFileIDs.pm Wed Apr 7 22:39:11 2004
@@ -2,6 +2,11 @@
# identifiers. The primary purpose of this module is to keep only two
# copies of all the filenames used by Orca.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/lib/Orca/Utils.pm
==============================================================================
--- trunk/orca/lib/Orca/Utils.pm (original)
+++ trunk/orca/lib/Orca/Utils.pm Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca::Utils: Small utility subroutines.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/orca/orca.pl.in
==============================================================================
--- trunk/orca/orca/orca.pl.in (original)
+++ trunk/orca/orca/orca.pl.in Wed Apr 7 22:39:11 2004
@@ -1,5 +1,10 @@
# Orca: display arbitrary data from files onto web pages using RRDtool.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
Modified: trunk/orca/orca/upgrade_installation.pl
==============================================================================
--- trunk/orca/orca/upgrade_installation.pl (original)
+++ trunk/orca/orca/upgrade_installation.pl Wed Apr 7 22:39:11 2004
@@ -4,6 +4,11 @@
# 1) Migrate from a percollator named installation to orcallator.
# 2) Rename all files with * in them to _times_.
#
+# $HeadURL$
+# $LastChangedRevision$
+# $LastChangedDate$
+# $LastChangedBy$
+#
# Copyright (C) 1999 Blair Zajac and GeoCities, Inc.
# Copyright (C) 1999-2004 Blair Zajac.
More information about the Orca-checkins
mailing list