diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-09 15:15:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-09 15:15:17 +0000 |
commit | 9781fe760bcc14ac5f3dc9693ef8603517418b5d (patch) | |
tree | 418ff525cc2b79fe0f31c34e2ceacde0c073d3e9 /app-emulation/vmware-workstation | |
parent | fix more gcc3 stuff (diff) | |
download | historical-9781fe760bcc14ac5f3dc9693ef8603517418b5d.tar.gz historical-9781fe760bcc14ac5f3dc9693ef8603517418b5d.tar.bz2 historical-9781fe760bcc14ac5f3dc9693ef8603517418b5d.zip |
add warning msg about vmware-config/init.d #30677
Diffstat (limited to 'app-emulation/vmware-workstation')
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild index 52bd18604361..4756a0d17b82 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild,v 1.2 2003/09/29 13:48:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild,v 1.3 2003/10/09 15:15:17 vapier Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VM Ware. The agreeing to a licence is part of the configure step @@ -190,6 +190,12 @@ pkg_postinst () { einfo einfo "For VMware Add-Ons just visit" einfo "http://www.vmware.com/download/downloadaddons.html" + einfo + einfo "Also note that when you reboot you should run:" + einfo "/etc/init.d/vmware start" + einfo "before trying to run vmware. Or you could just add" + einfo "it to the default run level:" + einfo "rc-update add vmware default" } pkg_postrm() { diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild index 273b2ea14311..b6e8667d711f 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild,v 1.2 2003/09/29 13:48:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild,v 1.3 2003/10/09 15:15:17 vapier Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VMWare. The agreeing to a licence is part of the configure step @@ -181,6 +181,12 @@ pkg_postinst() { einfo "http://www.vmware.com/download/downloadaddons.html" einfo einfo "After configuring, type 'vmware' to launch" + einfo + einfo "Also note that when you reboot you should run:" + einfo "/etc/init.d/vmware start" + einfo "before trying to run vmware. Or you could just add" + einfo "it to the default run level:" + einfo "rc-update add vmware default" echo ewarn "For users of glibc-2.3.x, vmware-nat support is *still* broken" } |