Change pfSense from server to firewall category.

This commit is contained in:
Mike Rostermund
2015-10-09 21:53:13 +02:00
parent 87c238a946
commit 3b6dd68a03

View File

@@ -214,7 +214,7 @@ $config['os'][$os]['group'] = 'unix';
$config['os'][$os]['text'] = 'FreeBSD';
$os = 'pfsense';
$config['os'][$os]['type'] = 'server';
$config['os'][$os]['type'] = 'firewall';
$config['os'][$os]['group'] = 'unix';
$config['os'][$os]['text'] = 'pfSense';