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