Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Sat, 26 Nov 2016 04:18:45
Message-Id: 1480133914.5f432664eb022654afd72abd2c25a3945afb779c.floppym@gentoo
1 commit: 5f432664eb022654afd72abd2c25a3945afb779c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 04:18:34 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 04:18:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f432664
7
8 app-emulation/open-vm-tools: fix suid perms and drop custom xdg autostart file
9
10 Package-Manager: portage-2.3.2_p8
11
12 app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
16 index abcddc1..a7835d2 100644
17 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
18 +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
19 @@ -129,12 +129,9 @@ src_install() {
20 systemd_dounit "${FILESDIR}"/vmtoolsd.service
21
22 if use X; then
23 - fperms 4755 /usr/bin/vmware-user-suid-wrapper
24 + fperms 4711 /usr/bin/vmware-user-suid-wrapper
25 dobin scripts/common/vmware-xdg-detect-de
26
27 - insinto /etc/xdg/autostart
28 - doins "${FILESDIR}"/open-vm-tools.desktop
29 -
30 elog "To be able to use the drag'n'drop feature of VMware for file"
31 elog "exchange, please add the users to the 'vmware' group."
32 fi