Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vmware.eclass
Date: Sat, 26 Apr 2008 13:51:43
Message-Id: E1JpkoW-0001fr-Ub@stork.gentoo.org
1 ikelos 08/04/26 13:51:40
2
3 Modified: vmware.eclass
4 Log:
5 Add debugging vmware machines to setuid list, for vmware betas.
6
7 Revision Changes Path
8 1.31 eclass/vmware.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware.eclass?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware.eclass?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware.eclass?r1=1.30&r2=1.31
13
14 Index: vmware.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- vmware.eclass 26 Jan 2008 01:13:05 -0000 1.30
21 +++ vmware.eclass 26 Apr 2008 13:51:40 -0000 1.31
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.30 2008/01/26 01:13:05 ikelos Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.31 2008/04/26 13:51:40 ikelos Exp $
27
28 # This eclass is for all vmware-* ebuilds in the tree and should contain all
29 # of the common components across the multiple packages.
30 @@ -270,7 +270,7 @@
31 fi
32
33 # Do we have vmware-ping/vmware-vmx? If so, make them setuid.
34 - for p in /bin/vmware-ping /lib/bin/vmware-vmx /lib/bin-debug/vmware-vmx /sbin/vmware-authd;
35 + for p in /bin/vmware-ping /lib/bin/vmware-vmx /lib/bin-debug/vmware-vmx /lib/bin/vmware-vmx-debug /sbin/vmware-authd;
36 do
37 if [ -x "${D}${VMWARE_INSTALL_DIR}${p}" ]
38 then
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list