Change the vmware-checkvm path in this script too.
Submitted by: Angelo Turetta <aturetta@bestunion.it>
This commit is contained in:
parent
993a2523a7
commit
c0e00cbca7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218076
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user