summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-04-26 13:51:40 +0000
committerMike Auty <ikelos@gentoo.org>2008-04-26 13:51:40 +0000
commit74ef879f3ad7d43bbaa8a147e056f3294f4b2b97 (patch)
tree655eead4338130f59b2944d746a04f202280c4d4 /eclass
parentdesktop-misc (diff)
downloadgentoo-2-74ef879f3ad7d43bbaa8a147e056f3294f4b2b97.tar.gz
gentoo-2-74ef879f3ad7d43bbaa8a147e056f3294f4b2b97.tar.bz2
gentoo-2-74ef879f3ad7d43bbaa8a147e056f3294f4b2b97.zip
Add debugging vmware machines to setuid list, for vmware betas.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index 998693a34d8b..33532adf9da4 100644
--- a/eclass/vmware.eclass
+++ b/eclass/vmware.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.30 2008/01/26 01:13:05 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.31 2008/04/26 13:51:40 ikelos Exp $
# This eclass is for all vmware-* ebuilds in the tree and should contain all
# of the common components across the multiple packages.
@@ -270,7 +270,7 @@ vmware_src_install() {
fi
# Do we have vmware-ping/vmware-vmx? If so, make them setuid.
- for p in /bin/vmware-ping /lib/bin/vmware-vmx /lib/bin-debug/vmware-vmx /sbin/vmware-authd;
+ for p in /bin/vmware-ping /lib/bin/vmware-vmx /lib/bin-debug/vmware-vmx /lib/bin/vmware-vmx-debug /sbin/vmware-authd;
do
if [ -x "${D}${VMWARE_INSTALL_DIR}${p}" ]
then