# This program can be used to send Status update messages to the Spong Server
# from shell scripts or other external programs.
#
-# $Id: spong-status.pl,v 1.7 2000/10/16 15:34:32 sljohnson Exp $
+# $Id: spong-status.pl,v 1.8 2001/09/28 21:21:35 sljohnson Exp $
use POSIX;
use Getopt::Long;
$conf_file = "@@ETCDIR@@/spong.conf";
&load_config_files(); # Loads the user specified configuration information
-init_logging(); # Initialize the logging for the command
+#init_logging(); # Initialize the logging for the command
# Get the user options and spit back a usage message if they do something silly