From ae1967b66eba132dd8c9fa5b5f57712d012b6647 Mon Sep 17 00:00:00 2001 From: Jesse Young Date: Fri, 25 Nov 2011 12:46:26 -0600 Subject: Replace instances of "--chuid" to "--user" in initd scripts Fixes #776 Signed-off-by: Jesse Young --- main/open-vm-tools/open-vm-tools.initd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/open-vm-tools/open-vm-tools.initd') diff --git a/main/open-vm-tools/open-vm-tools.initd b/main/open-vm-tools/open-vm-tools.initd index e54b84aaff..45a94a37ea 100644 --- a/main/open-vm-tools/open-vm-tools.initd +++ b/main/open-vm-tools/open-vm-tools.initd @@ -39,15 +39,15 @@ start() { mount -t vmblock none ${MOUNTPOINT} eend $? fi - + ebegin "Starting vmtoolsd" - start-stop-daemon --chuid "${USER_GROUP}" --start --quiet --background --make-pidfile --pidfile "${PIDFILE}" --exec ${GUESTD_BIN} + start-stop-daemon --user "${USER_GROUP}" --start --quiet --background --make-pidfile --pidfile "${PIDFILE}" --exec ${GUESTD_BIN} eend $? } stop() { local ret - + if [ "${VM_DRAG_AND_DROP}" == "yes" ]; then ebegin "Cleaning the contents of ${DND_TMPDIR}" -- cgit v1.2.3