cvs commit: ports/emulators/vmware-guestd4 Makefile pkg-plist ports/emulators/vmware-guestd4/files vmware-guestd.sh

Maxim Sobolev sobomax at FreeBSD.org
Sun Feb 6 06:04:38 PST 2005


sobomax     2005-02-06 14:04:38 UTC

  FreeBSD ports repository

  Modified files:
    emulators/vmware-guestd4 Makefile pkg-plist 
    emulators/vmware-guestd4/files vmware-guestd.sh 
  Log:
  o Make sure that /etc/vmware-tools is created as symlink pointing out to
    ${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.
  
  Revision  Changes    Path
  1.20      +8 -2      ports/emulators/vmware-guestd4/Makefile
  1.6       +2 -2      ports/emulators/vmware-guestd4/files/vmware-guestd.sh
  1.4       +6 -0      ports/emulators/vmware-guestd4/pkg-plist


More information about the cvs-all mailing list