Accepting request 408356 from Virtualization:VMware
1 OBS-URL: https://build.opensuse.org/request/show/408356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=68
This commit is contained in:
commit
37fe5f676e
@ -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
|
||||
|
||||
|
2
vmtoolsd
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user