diff options
-rw-r--r-- | config/open-vm-tools_2/open-vm-tools.inc | 3 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config/open-vm-tools_2/open-vm-tools.inc b/config/open-vm-tools_2/open-vm-tools.inc index 02449a1d..311ff94b 100644 --- a/config/open-vm-tools_2/open-vm-tools.inc +++ b/config/open-vm-tools_2/open-vm-tools.inc @@ -26,6 +26,9 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +require_once("service-utils.inc"); +require_once("util.inc"); + function open_vm_tools_deinstall() { unlink_if_exists("/usr/local/etc/rc.d/vmware-kmod.sh"); unlink_if_exists("/boot/kernel/vmblock.ko"); diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 34fc8c4e..40760f23 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -750,7 +750,7 @@ <descr>VMware Tools is a suite of utilities that enhances the performance of the virtual machine's guest operating system and improves management of the virtual machine.</descr> <website>http://open-vm-tools.sourceforge.net/</website> <category>System</category> - <version>1280544.12</version> + <version>1280544.13</version> <status>RELEASE</status> <pkginfolink>https://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink> <required_version>2.2</required_version> |