librenms/includes/discovery/os/netbsd.inc.php
2016-09-23 01:26:54 +03:00

6 lines
69 B
PHP

<?php
if (starts_with($sysDescr, 'NetBSD')) {
$os = 'netbsd';
}