NAME
scanner/lib/Uliska/Darwin.pm - Perl module for Uliska inventory scanner for Darwin OS (AKA MacOSX)
SYNOPSIS
use Uliska::Darwin; my $os = Uliska->init("Darwin"); $os->run() if defined $os;
DESCRIPTION
This is top-level OS module for Darwin OS (MacOSX).
Is is called and executed from uliska.pl
script. Together with this
module other modules can be called:
- Uliska::Darwin::<version_minor> - Uliska::Darwin::<version_major>
Module executes commands from cfg/generic_bsd.cfg
scanner/lib/Uliska/Darwin.pm - Perl module for Uliska inventory scanner for Darwin OS |