]> git.etc.gen.nz Git - spong.git/commitdiff
Make the comment a bit more understandable.
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 17 Feb 2011 09:29:19 +0000 (22:29 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 17 Feb 2011 09:29:19 +0000 (22:29 +1300)
contrib/plugins/spong-server/data_sendmsg

index 508c6406dd4c1d21d1ea4079a2c1e5bfe3aea385..9f74ffb1080dc8bdacfff2ef819ab5f5623b7a63 100644 (file)
@@ -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 = ( '.*' );