diff options
author | 2006-09-27 12:59:56 +0000 | |
---|---|---|
committer | 2006-09-27 12:59:56 +0000 | |
commit | 6ecd209c6bb19b5e1463c8a402bd67f37e8e3fe6 (patch) | |
tree | 6135d2cc12db43e6845264b37801254f9004e79c /eclass/vmware.eclass | |
parent | Stable on SPARC. (diff) | |
download | historical-6ecd209c6bb19b5e1463c8a402bd67f37e8e3fe6.tar.gz historical-6ecd209c6bb19b5e1463c8a402bd67f37e8e3fe6.tar.bz2 historical-6ecd209c6bb19b5e1463c8a402bd67f37e8e3fe6.zip |
Moved vmnet changing from vmware.eclass to vmware-mod.eclass as part of the udev rules. This allows users to make changes easily.
Diffstat (limited to 'eclass/vmware.eclass')
-rw-r--r-- | eclass/vmware.eclass | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass index 4dbc08b447a4..0510b6359330 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.6 2006/08/29 22:00:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.7 2006/09/27 12:59:56 wolf31o2 Exp $ # This eclass is for all vmware-* ebuilds in the tree and should contain all # of the common components across the multiple packages. @@ -276,12 +276,6 @@ vmware_src_install() { "${config_dir}"/init.d/${product} [ "${shortname}" == "server" ] && dosed "s:%SHORTNAME%:wgs:" \ "${config_dir}"/init.d/${product} - - # Then we "fix" it. - dosed -e 's/mknod -m 600/mknod -m 660/' \ - -e '/c 119 "$vHubNr"/ a\ - chown root:'${VMWARE_GROUP}' /dev/vmnet*\ - ' "${config_dir}"/init.d/${product} || die fi # Finally, we run the "questions" |