diff options
author | jim-p <jimp@pfsense.org> | 2015-12-09 08:25:29 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-12-09 08:25:29 -0500 |
commit | dcc68137b44ee8f82f4e71f6650fc1cec5fd8c6b (patch) | |
tree | 3cd7a2e50a43cf69becfce115d745ff0d15c4330 | |
parent | 27f16996febd41362d312466e6f2b6cf5b3f00e4 (diff) | |
parent | 40aea2996f957f592c19e0ec103d924e86ea683d (diff) | |
download | pfsense-packages-dcc68137b44ee8f82f4e71f6650fc1cec5fd8c6b.tar.gz pfsense-packages-dcc68137b44ee8f82f4e71f6650fc1cec5fd8c6b.tar.bz2 pfsense-packages-dcc68137b44ee8f82f4e71f6650fc1cec5fd8c6b.zip |
Merge pull request #1212 from doktornotor/patch-4
-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> |