aboutsummaryrefslogtreecommitdiffstats
path: root/config/open-vm-tools_2
diff options
context:
space:
mode:
Diffstat (limited to 'config/open-vm-tools_2')
-rw-r--r--config/open-vm-tools_2/open-vm-tools.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/open-vm-tools_2/open-vm-tools.xml b/config/open-vm-tools_2/open-vm-tools.xml
index 424c8f92..5540672b 100644
--- a/config/open-vm-tools_2/open-vm-tools.xml
+++ b/config/open-vm-tools_2/open-vm-tools.xml
@@ -51,13 +51,11 @@
conf_mount_rw();
open_vm_tools_install();
exec("/usr/local/etc/rc.d/vmware-guestd.sh start");
- exec("/usr/local/etc/rc.d/vmware-kmod.sh start");
conf_mount_ro();
</custom_php_install_command>
<custom_php_deinstall_command>
conf_mount_rw();
exec("/usr/local/etc/rc.d/vmware-guestd.sh stop");
- exec("/usr/local/etc/rc.d/vmware-kmod.sh stop");
open_vm_tools_deinstall();
conf_mount_ro();
</custom_php_deinstall_command>