Subversion Repositories camp_sysinfo_client_3

Rev

Rev 256 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 256 Rev 257
Line 47... Line 47...
47
                  $transports $sysinfo3 $binDir $moduleDir
47
                  $transports $sysinfo3 $binDir $moduleDir
48
                  $scriptDir $confDir $binName $confName $configurationFile
48
                  $scriptDir $confDir $binName $confName $configurationFile
49
                  @confFileSearchPath  @moduleDirs @scriptDirs
49
                  @confFileSearchPath  @moduleDirs @scriptDirs
50
                  %sendTypes %displayOrder
50
                  %sendTypes %displayOrder
51
                  &showConf &transportsToConfig &getAnswer &yesno  
51
                  &showConf &transportsToConfig &getAnswer &yesno  
52
                  &writeConfig &processParameters $TESTING
52
                  &writeConfig &processParameters 
53
                  &setDryRun &enableModules &makeConfig &findConf &timeStamp
53
                  &setDryRun &enableModules &makeConfig &findConf &timeStamp
54
                  &loadConfigurationFile &logIt &findFile
54
                  &loadConfigurationFile &logIt &findFile
55
                );
55
                );
56
 
56
 
57
our $TESTING = 0;
57
#our $TESTING = 0;
58
our $dryRun;
58
our $dryRun;
59
our $clientName = '';
59
our $clientName = '';
60
our $serialNumber = '';
60
our $serialNumber = '';
61
our $hostname = '';
61
our $hostname = '';
62
 
62