feature: Add FreeBSD NFS Client/Server application support (#6008)

This commit is contained in:
VVelox
2017-03-03 08:48:46 -06:00
committed by Neil Lathwood
parent 6612cb029d
commit 354bd2144d
11 changed files with 809 additions and 0 deletions

View File

@ -103,6 +103,12 @@ function nicecase($item)
case 'exim-stats':
return 'EXIM Stats';
case 'fbsd-nfs-client':
return 'FreeBSD NFS Client';
case 'fbsd-nfs-server':
return 'FreeBSD NFS Server';
case 'php-fpm':
return 'PHP-FPM';