]> git.etc.gen.nz Git - spong.git/commitdiff
added $Id$ RCS field to comments fields
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 16 Oct 2000 15:34:32 +0000 (15:34 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 16 Oct 2000 15:34:32 +0000 (15:34 +0000)
src/spong-ack.pl
src/spong-cleanup.pl
src/spong-client.pl
src/spong-message.pl
src/spong-network.pl
src/spong-status.pl
src/spong.pl
src/www-spong-ack.pl
src/www-spong.pl

index b49e89d43940771fd17d413b6c9cc1076c7fccd9..12d6761a4fbd849560e603a1f2295ef3f8c7dad4 100755 (executable)
@@ -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;
index 4376428b649c09cdbd9ccacd830870e525bc23e7..c412c3105fd9edf097d4cd17a3f1b66e90dbfa45 100755 (executable)
@@ -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;
index c8379f0a894cb6f69343570ed38d7dd72256cf9b..5f4dcd908681970d0dea1b4c904ca699d13a7e78 100755 (executable)
@@ -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@@';
 
index f2c8042e43bb56b88d396992a3030be8a4dbdd92..5a5a4e0d1dae57a09f14ae53f46fdb5d3b621535 100755 (executable)
@@ -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@@";
 
index a421ba696e4a67c44a0c38e72f9744ee217ccf36..15d7387b1f28aadf92586cb6bf124681aafba120 100755 (executable)
@@ -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@@";
index 1cce1912fadc5673b60d899abac419a0bb7a155a..599a59d2b21b3ed170a990304d8acc05a8faa9e6 100755 (executable)
@@ -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;
index a457d61acaaeef4168bc94621bf0bdb19d31be4a..96a1cf2f37ef4fd3f476c965ec88496e930485f1 100755 (executable)
@@ -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;
index 550f21435feef34c8d72c6e3f7dafac804d66399..d5a0719759d8e36bb07c00808cc206a33af5b3a7 100755 (executable)
@@ -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;
index a0b8bdc1f8b2f625ff9c44d7c7765f49332c5b06..70e87c4cbcd902575d0079e41ef9fe85b733b7fd 100755 (executable)
@@ -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;