# (2) Converted checks to new plugin mechanism (Stephen Johnson May 28, 1999)
# Added user-configurable escalation mechanism
#
-# $Id: spong-network.pl,v 1.31 2001/02/08 22:55:37 sljohnson Exp $
+# $Id: spong-network.pl,v 1.32 2001/02/09 01:59:38 sljohnson Exp $
use Carp;
use lib "@@LIBDIR@@";
Spong::Log::set_debug_context( 'debuglevel' => $debuglevel );
$me = "@@BINDIR@@/spong-network";
-$conf_file = $ARGV[0] || "/usr/local/spong/etc/spong.conf";
+$conf_file = $ARGV[0] || "@@ETCDIR@@/spong.conf";
$hosts_file = "@@ETCDIR@@/spong.hosts";
($HOST) = gethostbyname(&Sys::Hostname::hostname());
$HOST =~ tr/A-Z/a-z/;