more typo
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=167
This commit is contained in:
parent
d16e42b5a3
commit
b8a6257e60
@ -20,7 +20,7 @@ Thu Apr 22 11:25:39 CEST 2010 - dimstar@opensuse.org
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 21 10:36:21 CEST 2010 - dimstar@opensuse.org
|
Wed Apr 21 10:36:21 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Send SIGUSR1 to vmtools-user process when the services are being
|
- Send SIGUSR1 to vmware-user process when the services are being
|
||||||
stopped. This possibly solves bnc#544400.
|
stopped. This possibly solves bnc#544400.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
2
vmtoolsd
2
vmtoolsd
@ -35,7 +35,7 @@
|
|||||||
# Check for missing binaries (stale symlinks should not happen)
|
# Check for missing binaries (stale symlinks should not happen)
|
||||||
# Note: Special treatment of stop for LSB conformance
|
# Note: Special treatment of stop for LSB conformance
|
||||||
VMTOOLSD_BIN=/usr/bin/vmtoolsd
|
VMTOOLSD_BIN=/usr/bin/vmtoolsd
|
||||||
VMTOOLSUSER_BIN=/usr/bin/vmtools-user
|
VMTOOLSUSER_BIN=/usr/bin/vmware-user
|
||||||
test -x $VMTOOLSD_BIN || { echo "$VMTOOLSD_BIN not installed";
|
test -x $VMTOOLSD_BIN || { echo "$VMTOOLSD_BIN not installed";
|
||||||
if [ "$1" = "stop" ]; then exit 0;
|
if [ "$1" = "stop" ]; then exit 0;
|
||||||
else exit 5; fi; }
|
else exit 5; fi; }
|
||||||
|
Loading…
Reference in New Issue
Block a user