8e5e26ef0c
${PREFIX}/share/vmware-tools. And create three symlinks to true(1) there (poweroff-vm-default, poweron-vm-default, suspend-vm-default), which makes it possible to shutdown or reboot guest FreeBSD system cleanly at the request of the host. vmware-guestd expects those binaries/scripts to be present. o Use `shutdown -p now' instead of `shutdown -h now', which in the case of vmware allows to avoid spinning host CPU after shutdown. o Patch vmware-checkvm, so that it traps proper signal (SIGBUS not SIGSEGV). Apparently checkvm utility have not been tested on FreeBSD (apart from the fact that it compiles). Bump PORTREVISION.
13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
sbin/vmware-checkvm
|
|
sbin/vmware-guestd
|
|
etc/rc.d/vmware-guestd.sh
|
|
%%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
|
|
share/vmware-tools/poweroff-vm-default
|
|
share/vmware-tools/poweron-vm-default
|
|
share/vmware-tools/suspend-vm-default
|
|
@dirrm share/vmware-tools
|
|
@cwd /
|
|
etc/vmware-tools
|