Dominique Leuenberger 2010-06-07 09:36:14 +00:00 committed by Git OBS Bridge
parent d16e42b5a3
commit b8a6257e60
2 changed files with 2 additions and 2 deletions

View File

@ -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
- 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.
-------------------------------------------------------------------

View File

@ -35,7 +35,7 @@
# Check for missing binaries (stale symlinks should not happen)
# Note: Special treatment of stop for LSB conformance
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";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }