--- googlecode.com/svn/trunk/meteord 2006/11/20 18:05:33 5 +++ googlecode.com/svn/trunk/meteord 2008/02/04 19:24:25 46 @@ -6,6 +6,11 @@ # # The Meteor daemon # +# Main program should call Meteor::Config::setCommandLineParameters(@ARGV),. +# Afterwards anybody can access $::CONF{}, where +# is any valid parameter (except 'Help') listed in the +# @DEFAULTS array below. +# ############################################################################### # # This program is free software; you can redistribute it and/or modify it @@ -26,6 +31,12 @@ # ############################################################################### +############################################################################### +# meterod version +################################################################################ + + $::VERSION='1.05.03'; + $::RELEASE_DATE='not yet released'; ############################################################################### # Configuration @@ -58,6 +69,12 @@ ############################################################################### # + # Record startup time + # + $::STARTUP_TIME=time; + $::STARTUP_TIME+=0; # avoid warning + + # # Program name # $::PGM=$0;