diff options
Diffstat (limited to 'emulators/open-vm-tools/files/vmware-guestd.sh.in')
-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 08b77e5e3bed..25c42936435a 100644 --- a/emulators/open-vm-tools/files/vmware-guestd.sh.in +++ b/emulators/open-vm-tools/files/vmware-guestd.sh.in @@ -14,7 +14,7 @@ checkvm_cmd="%%PREFIX%%/bin/vmware-checkvm > /dev/null" # VMware guest daemon name="vmware_guestd" -rcvar=`set_rcvar` +rcvar=vmware_guestd_enable start_precmd="${checkvm_cmd}" unset start_cmd stop_precmd="${checkvm_cmd}" |