Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 69 Rev 197
Line 29... Line 29...
29
   push @INC, shift;
29
   push @INC, shift;
30
}
30
}
31
 
31
 
32
use library;
32
use library;
33
 
33
 
-
 
34
exit 1 unless &getOperatingSystem() =~ m/bsd/i;
-
 
35
 
34
# the commands this script will use
36
# the commands this script will use
35
my %commands = ( 
37
my %commands = ( 
36
                  'sysctl' => ''
38
                  'sysctl' => ''
37
               );
39
               );
38
 
40