aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2008-08-06 00:36:38 +0800
committermbr <mbr@FreeBSD.org>2008-08-06 00:36:38 +0800
commit6ec9f4c9f8e5d8fe8a15e4a096aa6d15cf1c450e (patch)
tree1de3bc7d2f136175add51d71b1a2d2711c8b7256
parent2f292b2311bbfd3e91e198c7a59bd20ed2729f11 (diff)
downloadfreebsd-ports-graphics-6ec9f4c9f8e5d8fe8a15e4a096aa6d15cf1c450e.tar.gz
freebsd-ports-graphics-6ec9f4c9f8e5d8fe8a15e4a096aa6d15cf1c450e.tar.zst
freebsd-ports-graphics-6ec9f4c9f8e5d8fe8a15e4a096aa6d15cf1c450e.zip
Change the vmware-checkvm path in this script too.
Submitted by: Angelo Turetta <aturetta@bestunion.it>
-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 f4d41bae203..364c80efe71 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 15b93faf6fb..b679bb63f91 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()