]> git.etc.gen.nz Git - spong.git/commitdiff
fixed syntax error
authorStephen L Johnson <sjohnson@monsters.org>
Sun, 24 Dec 2000 19:52:29 +0000 (19:52 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Sun, 24 Dec 2000 19:52:29 +0000 (19:52 +0000)
src/spong-message.pl

index 19abe85e8270f14e7a1918ada61ed980c2b2968e..f169bb7a5ad0e4b4898293eb8cd756b5c0d2c499 100755 (executable)
@@ -12,7 +12,7 @@
 # (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.21 2000/12/21 00:12:50 sljohnson Exp $
+# $Id: spong-message.pl,v 1.22 2000/12/24 19:52:29 sljohnson Exp $
 
 use lib "@@LIBDIR@@";
 
@@ -83,7 +83,7 @@ else {
 #}
 
 my $ETCDIR = "@@ETCDIR@@";
-my $LIBDIR = "@@LIBDIR@@":
+my $LIBDIR = "@@LIBDIR@@";
 
 $conf_file  = "$ETCDIR/spong.conf";
 $hosts_file = "$ETCDIR/spong.hosts";