Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 35 Rev 36
Line 18... Line 18...
18
                  &showConf &transportsToConfig &getAnswer &yesno  
18
                  &showConf &transportsToConfig &getAnswer &yesno  
19
                  &writeConfig &processParameters $TESTING &checkDirectoryExists
19
                  &writeConfig &processParameters $TESTING &checkDirectoryExists
20
                  &runCommand &setDryRun
20
                  &runCommand &setDryRun
21
                );
21
                );
22
 
22
 
23
our $TESTING = 3;
23
our $TESTING = 0;
24
our $dryRun;
24
our $dryRun;
25
our $clientName = '';
25
our $clientName = '';
26
our $serialNumber = '';
26
our $serialNumber = '';
27
our $hostname = '';
27
our $hostname = '';
28
our @moduleDirs = ( '/opt/camp/sysinfo-client/modules', '/etc/camp/sysinfo-client/modules' );
28
our @moduleDirs = ( '/opt/camp/sysinfo-client/modules', '/etc/camp/sysinfo-client/modules' );