1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Change the vmware-checkvm path in this script too.

Submitted by:	Angelo Turetta <aturetta@bestunion.it>
This commit is contained in:
Martin Blapp 2008-08-05 16:36:38 +00:00
parent 993a2523a7
commit c0e00cbca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218076
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= open-vm-tools
PORTVERSION= ${BUILD_VER}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= emulators
DISTNAME= open-vm-tools-${RELEASE_DATE}-${BUILD_VER}
MASTER_SITES= SF

View File

@ -11,7 +11,7 @@ PREFIX=%%PREFIX%%
. %%RC_SUBR%%
# Global
checkvm_cmd="${PREFIX}/sbin/vmware-checkvm > /dev/null"
checkvm_cmd="${PREFIX}/bin/vmware-checkvm > /dev/null"
# Functions
vmware_guest_vmmemctl_start()