/[meteor]/googlecode.com/svn/trunk/meteord
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/meteord

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by andrew.betts, Mon Nov 20 18:05:33 2006 UTC revision 42 by knops.gerd, Sun Feb 3 23:10:24 2008 UTC
# Line 6  Line 6 
6  #  #
7  #   The Meteor daemon  #   The Meteor daemon
8  #  #
9    #       Main program should call Meteor::Config::setCommandLineParameters(@ARGV),.
10    #       Afterwards anybody can access $::CONF{<parameterName>}, where
11    #       <parameterName> is any valid parameter (except 'Help') listed in the
12    #       @DEFAULTS array below.
13    #
14  ###############################################################################  ###############################################################################
15  #  #
16  #   This program is free software; you can redistribute it and/or modify it  #   This program is free software; you can redistribute it and/or modify it
# Line 26  Line 31 
31  #  #
32  ###############################################################################  ###############################################################################
33    
34    ###############################################################################
35    # meterod version
36    ################################################################################
37            
38            $::VERSION='1.05.01';
39    
40  ###############################################################################  ###############################################################################
41  # Configuration  # Configuration
# Line 58  Line 68 
68  ###############################################################################  ###############################################################################
69                    
70          #          #
71            # Record startup time
72            #
73            $::STARTUP_TIME=time;
74            $::STARTUP_TIME+=0; # avoid warning
75            
76            #
77          # Program name          # Program name
78          #          #
79          $::PGM=$0;          $::PGM=$0;

Legend:
Removed from v.5  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26