diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-04-22 15:26:48 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-04-23 11:36:07 -0500 |
commit | e5a7d507e06df4c439db500592bc22b0b7937d91 (patch) | |
tree | 467cbb120983c764033159a2f6159d9a9ba3d06e /config/open-vm-tools_2 | |
parent | 1f49dd7722f6c7aa3186798d403896537d2ac534 (diff) | |
download | pfsense-packages-e5a7d507e06df4c439db500592bc22b0b7937d91.tar.gz pfsense-packages-e5a7d507e06df4c439db500592bc22b0b7937d91.tar.bz2 pfsense-packages-e5a7d507e06df4c439db500592bc22b0b7937d91.zip |
remove kmod references here too in open-vm-tools
Diffstat (limited to 'config/open-vm-tools_2')
-rw-r--r-- | config/open-vm-tools_2/open-vm-tools.xml | 2 |
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> |