diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2008-08-03 14:39:11 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2008-08-03 14:39:11 +0000 |
commit | c6862347155f6492036a93f95e6db25560e5e241 (patch) | |
tree | fe2f637154af89d518601801d62241fe0838c92b /emulators/open-vm-tools/files | |
parent | 64845ee4b813443edaa87f7a58ce01a45002a850 (diff) |
Notes
Diffstat (limited to 'emulators/open-vm-tools/files')
-rw-r--r-- | emulators/open-vm-tools/files/vmware-guestd.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/files/vmware-guestd.sh.in b/emulators/open-vm-tools/files/vmware-guestd.sh.in index d103d830263c..9a95a5e3f0be 100644 --- a/emulators/open-vm-tools/files/vmware-guestd.sh.in +++ b/emulators/open-vm-tools/files/vmware-guestd.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" # VMware guest daemon name="vmware_guestd" |