4e3da8e744
Workstation. This commit makes vmware-tools4 a slave port of vmware-guestd4, since both are made from the same tarball, and it would be easy to maintain. Vmware-guestd4 also installs a kernel module named vmmemctl; you may want to kldload(8) it with a shell script under rc.d/ directory. VMware Workstation 4.0.1 does fix "jumping the pointer" bug (yeah, thanks VMware developer team). This means that you do not have to install linux-vmware-toolbox4. However, it can be used as it should be, I do not disable and/or remove this port.
8 lines
342 B
Plaintext
8 lines
342 B
Plaintext
sbin/vmware-checkvm
|
|
sbin/vmware-guestd
|
|
etc/rc.d/vmware-guestd.sh.sample
|
|
%%VMWARE_VMMEMCTL:%%etc/rc.d/vmware-guest_kmod.sh.sample
|
|
%%VMWARE_VMMEMCTL:%%lib/vmware-tools/modules/vmmemctl.ko
|
|
%%VMWARE_VMMEMCTL:%%@unexec rmdir %D/lib/vmware-tools/modules 2>/dev/null || true
|
|
%%VMWARE_VMMEMCTL:%%@unexec rmdir %D/lib/vmware-tools 2>/dev/null || true
|