diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-27 12:59:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-27 12:59:56 +0000 |
commit | ddd719bcfbf31fdb5938826dd2a90b168efaddb8 (patch) | |
tree | fb80ffef16c599f1d71599008d19946814c8508c /eclass/vmware.eclass | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-ddd719bcfbf31fdb5938826dd2a90b168efaddb8.tar.gz gentoo-2-ddd719bcfbf31fdb5938826dd2a90b168efaddb8.tar.bz2 gentoo-2-ddd719bcfbf31fdb5938826dd2a90b168efaddb8.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" |