From 2e65b156d1054b6f9eaa9ff68a07ef7103ca514a Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Mon, 16 Oct 2000 15:34:32 +0000 Subject: [PATCH] added $Id$ RCS field to comments fields --- src/spong-ack.pl | 2 ++ src/spong-cleanup.pl | 2 ++ src/spong-client.pl | 2 ++ src/spong-message.pl | 2 ++ src/spong-network.pl | 2 ++ src/spong-status.pl | 1 + src/spong.pl | 2 ++ src/www-spong-ack.pl | 2 ++ src/www-spong.pl | 2 ++ 9 files changed, 17 insertions(+) diff --git a/src/spong-ack.pl b/src/spong-ack.pl index b49e89d..12d6761 100755 --- a/src/spong-ack.pl +++ b/src/spong-ack.pl @@ -10,6 +10,8 @@ # # History: # (1) Created (Ed Hill Apr 28, 1997) +# +# $Id: spong-ack.pl,v 1.5 2000/10/16 15:34:32 sljohnson Exp $ use Sys::Hostname; use Socket; diff --git a/src/spong-cleanup.pl b/src/spong-cleanup.pl index 4376428..c412c31 100755 --- a/src/spong-cleanup.pl +++ b/src/spong-cleanup.pl @@ -18,6 +18,8 @@ # # History: # (1) Created (Ed Hill, 06/17/1998) +# +# $Id: spong-cleanup.pl,v 1.6 2000/10/16 15:34:32 sljohnson Exp $ use POSIX; use Socket; diff --git a/src/spong-client.pl b/src/spong-client.pl index c8379f0..5f4dcd9 100755 --- a/src/spong-client.pl +++ b/src/spong-client.pl @@ -11,6 +11,8 @@ # # History: # (1) Ported bb-local.sh script to perl. (Ed Hill Feb 26, 1997) +# +# $Id: spong-client.pl,v 1.17 2000/10/16 15:34:32 sljohnson Exp $ use lib '@@LIBDIR@@'; diff --git a/src/spong-message.pl b/src/spong-message.pl index f2c8042..5a5a4e0 100755 --- a/src/spong-message.pl +++ b/src/spong-message.pl @@ -11,6 +11,8 @@ # (1) Created (Ed Hill Mar 14, 1997) # (2) Added rules based paging (Stephen Johnson Nov 14, 1998) # (3) Added checks against Acks and downtime (Stephen Johnson Mar 17, 1999) +# +# $Id: spong-message.pl,v 1.15 2000/10/16 15:34:32 sljohnson Exp $ use lib "@@LIBDIR@@"; diff --git a/src/spong-network.pl b/src/spong-network.pl index a421ba6..15d7387 100755 --- a/src/spong-network.pl +++ b/src/spong-network.pl @@ -16,6 +16,8 @@ # (1) Ported bb-network.sh script to perl. (Ed Hill Feb 27, 1997) # (2) Converted checks to new plugin mechanism (Stephen Johnson May 28, 1999) # Added user-configurable escalation mechanism +# +# $Id: spong-network.pl,v 1.24 2000/10/16 15:34:32 sljohnson Exp $ use Carp; use lib "@@LIBDIR@@"; diff --git a/src/spong-status.pl b/src/spong-status.pl index 1cce191..599a59d 100755 --- a/src/spong-status.pl +++ b/src/spong-status.pl @@ -3,6 +3,7 @@ # This program can be used to send Status update messages to the Spong Server # from shell scripts or other external programs. # +# $Id: spong-status.pl,v 1.7 2000/10/16 15:34:32 sljohnson Exp $ use POSIX; use Getopt::Long; diff --git a/src/spong.pl b/src/spong.pl index a457d61..96a1cf2 100755 --- a/src/spong.pl +++ b/src/spong.pl @@ -7,6 +7,8 @@ # History: # (1) Created (Ed Hill, 05-05-1997) # (2) Turned into client that makes queries to the spong server (Ed 07-27-1997) +# +# $Id: spong.pl,v 1.6 2000/10/16 15:34:32 sljohnson Exp $ use POSIX; use Socket; diff --git a/src/www-spong-ack.pl b/src/www-spong-ack.pl index 550f214..d5a0719 100755 --- a/src/www-spong-ack.pl +++ b/src/www-spong-ack.pl @@ -10,6 +10,8 @@ # # History # (1) Created, pulled out of www-spong program (Ed 07-28-97) +# +# $Id: www-spong-ack.pl,v 1.7 2000/10/16 15:34:32 sljohnson Exp $ use CGI; use Sys::Hostname; diff --git a/src/www-spong.pl b/src/www-spong.pl index a0b8bdc..70e87c4 100755 --- a/src/www-spong.pl +++ b/src/www-spong.pl @@ -11,6 +11,8 @@ # (2) Re-did in a more generic and OO way (Ed Hill, May 9, 1997) # (3) Re-did as a client which gets info from the spong-server (07/24/1997) # (4) Did a whole bunch of stuff (Ed Hill, 06/18/1998) +# +# $Id: www-spong.pl,v 1.17 2000/10/16 15:34:32 sljohnson Exp $ use Sys::Hostname; use Getopt::Long; -- 2.30.2