From e37b4f2cdda699a486f191620dd26467e67e92a5a9291006c230b5cd53e3a127 Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Wed, 13 Jul 2016 20:11:00 +0000 Subject: [PATCH] Accepting request 408355 from home:kenljohnson:branches:Virtualization:VMware fix vmtoolsd init script(bnc#971031) OBS-URL: https://build.opensuse.org/request/show/408355 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=336 --- open-vm-tools.changes | 6 ++++++ vmtoolsd | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/open-vm-tools.changes b/open-vm-tools.changes index cef38c4..9b396ee 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 13 18:30:28 UTC 2016 - ken@suse.com + +- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + + fix originally done in SLE-11-SP4 code base by tcech@suse.cz + ------------------------------------------------------------------- Thu Jun 16 17:45:54 UTC 2016 - ken@suse.com diff --git a/vmtoolsd b/vmtoolsd index 47b13e4..0cfe80f 100644 --- a/vmtoolsd +++ b/vmtoolsd @@ -92,7 +92,7 @@ case "$1" in modprobe $VMBALLOON ## Start daemon with startproc(8). If this fails ## the return value is set appropriately by startproc. - /sbin/startproc $VMTOOLSD_BIN + /sbin/startproc $VMTOOLSD_BIN -b /var/run/vmtoolsd.pid # Remember status and be verbose rc_status -v