summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2008-08-05 16:36:38 +0000
committerMartin Blapp <mbr@FreeBSD.org>2008-08-05 16:36:38 +0000
commitc0e00cbca7ce4f28ca7ba260f540a32b012ad221 (patch)
tree882ed38d0f2d3bef8bd117846af2c4920d84006f /emulators/open-vm-tools
parent- Now really fix NOPORTDOCS case, handling it using an extra patche called wh... (diff)
Change the vmware-checkvm path in this script too.
Submitted by: Angelo Turetta <aturetta@bestunion.it>
Notes
Notes: svn path=/head/; revision=218076
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/Makefile2
-rw-r--r--emulators/open-vm-tools/files/vmware-kmod.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index f4d41bae203b..364c80efe71c 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -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
diff --git a/emulators/open-vm-tools/files/vmware-kmod.sh.in b/emulators/open-vm-tools/files/vmware-kmod.sh.in
index 15b93faf6fb8..b679bb63f918 100644
--- a/emulators/open-vm-tools/files/vmware-kmod.sh.in
+++ b/emulators/open-vm-tools/files/vmware-kmod.sh.in
@@ -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()