From f620a9e42ed00e96839430e93a9b4a69ed9c6eba Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Thu, 17 Feb 2011 22:29:19 +1300
Subject: [PATCH] Make the comment a bit more understandable.

---
 contrib/plugins/spong-server/data_sendmsg | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/contrib/plugins/spong-server/data_sendmsg b/contrib/plugins/spong-server/data_sendmsg
index 508c640..9f74ffb 100644
--- a/contrib/plugins/spong-server/data_sendmsg
+++ b/contrib/plugins/spong-server/data_sendmsg
@@ -17,8 +17,6 @@ upper level Spong configurations.
 # spong-servers. Typical use would be to setup Spong regions and feeding all
 # regional status messages to a top level server.
 
-# $Id: data_sendmsg,v 1.2 2001/05/07 14:48:17 sljohnson Exp $
-
 use Spong::Status "0.02";
 
 # Register the routine with the plugin registry
@@ -26,8 +24,8 @@ $DATAFUNCS{'sendmsg'} = \&data_sendmsg;
 
 my $SENDMSG_SERVERS = "spong-server-2.my-inc.com:10998 spong-top.my-inc.com";
 
-# These are list of hostname to send/not-send to other servers. There are
-# lists of perl regular expressions
+# These are lists of perl regular expressions to match hostnames to
+# send/not-send to other servers.
 
 # List of hosts to send to other servers
 my @SENDMSG_INC_HOSTS = ( '.*' );
-- 
2.30.2