From: Stephen L Johnson Date: Sun, 24 Dec 2000 19:52:29 +0000 (+0000) Subject: fixed syntax error X-Git-Tag: spong-2_7_2~9 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deed012a798014926800241dacb2e66a0efa5b73;p=spong.git fixed syntax error --- diff --git a/src/spong-message.pl b/src/spong-message.pl index 19abe85..f169bb7 100755 --- a/src/spong-message.pl +++ b/src/spong-message.pl @@ -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";