mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-22 01:10:41 -05:00
Switch to an easier way of doing service launching, solving the early boot issue for ports-based kernel modules by introducing the rc.syshook script. That's already a lot better, but will need further refinement. :)
7 lines
188 B
Makefile
7 lines
188 B
Makefile
PLUGIN_NAME= vmware
|
|
PLUGIN_VERSION= 1.3
|
|
PLUGIN_COMMENT= VMware tools wrapper
|
|
PLUGIN_DEPENDS= open-vm-tools-nox11
|
|
PLUGIN_MAINTAINER= franco@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|