diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 3 | ||||
-rw-r--r-- | emulators/open-vm-tools/distinfo | 6 | ||||
-rw-r--r-- | emulators/open-vm-tools/files/vmware-guestd.in | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 3838c637558e..bbca5cafa464 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,6 +1,5 @@ PORTNAME= open-vm-tools -PORTVERSION= 12.0.0 -PORTREVISION= 1 +PORTVERSION= 12.0.5 DISTVERSIONPREFIX= stable- PORTEPOCH= 2 CATEGORIES= emulators diff --git a/emulators/open-vm-tools/distinfo b/emulators/open-vm-tools/distinfo index 8c369047ab12..0421003f38cb 100644 --- a/emulators/open-vm-tools/distinfo +++ b/emulators/open-vm-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646656337 -SHA256 (vmware-open-vm-tools-stable-12.0.0_GH0.tar.gz) = 244d224dc503f2c9350899a61fef418f23dc0520e8e30dce10863ea2dc81f047 -SIZE (vmware-open-vm-tools-stable-12.0.0_GH0.tar.gz) = 2938469 +TIMESTAMP = 1660303917 +SHA256 (vmware-open-vm-tools-stable-12.0.5_GH0.tar.gz) = 19ec67984347bb5f867a5646658c7695352cef772c4bee212a0d9216f02ebd93 +SIZE (vmware-open-vm-tools-stable-12.0.5_GH0.tar.gz) = 2941098 diff --git a/emulators/open-vm-tools/files/vmware-guestd.in b/emulators/open-vm-tools/files/vmware-guestd.in index 9a5e3c201467..99235082d679 100644 --- a/emulators/open-vm-tools/files/vmware-guestd.in +++ b/emulators/open-vm-tools/files/vmware-guestd.in @@ -17,8 +17,8 @@ rcvar=vmware_guestd_enable load_rc_config $name -checkvm_cmd="%%PREFIX%%/bin/vmware-checkvm > /dev/null" -if ${checkvm_cmd} > /dev/null ; then +checkvm_cmd="%%PREFIX%%/bin/vmware-checkvm > /dev/null 2>&1" +if ${checkvm_cmd}; then : ${vmware_guestd_enable:="YES"} else : ${vmware_guestd_enable:="NO"} |