summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2007-01-05 18:10:31 +0000
committerMike Auty <ikelos@gentoo.org>2007-01-05 18:10:31 +0000
commit022b4874717fddd2fa800164672abb49817e118f (patch)
tree9f58c6be3bf320cd2e9af19ab36857a5525fe78f /eclass
parentRemoved -f from modprobe arguments in the initscript. (diff)
downloadvmware-022b4874717fddd2fa800164672abb49817e118f.tar.gz
vmware-022b4874717fddd2fa800164672abb49817e118f.tar.bz2
vmware-022b4874717fddd2fa800164672abb49817e118f.zip
Fix up elog/einfo statements.
svn path=/trunk/; revision=146
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware.eclass24
1 files changed, 12 insertions, 12 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index 7048f57..79b242c 100644
--- a/eclass/vmware.eclass
+++ b/eclass/vmware.eclass
@@ -365,22 +365,22 @@ vmware_pkg_postinst() {
done
echo
- einfo "You need to run "
- einfo " ${VMWARE_INSTALL_DIR}/bin/${config_program}"
- einfo "to complete the install."
+ elog "You need to run "
+ elog " ${VMWARE_INSTALL_DIR}/bin/${config_program}"
+ elog "to complete the install."
echo
einfo "For VMware Add-Ons just visit"
einfo "http://www.vmware.com/download/downloadaddons.html"
echo
- einfo "After configuring, run ${PN} to launch"
+ elog "After configuring, run ${PN} to launch"
echo
if [ "${product}" == "vmware" -o "${product}" == "vmware-tools" ]
then
- einfo "Also note that when you reboot you should run:"
- einfo "/etc/init.d/${product} start"
- einfo "before trying to run ${product}. Or you could just add it to"
- einfo "the default runlevel:"
- einfo "rc-update add ${product} default"
+ elog "Also note that when you reboot you should run:"
+ elog " /etc/init.d/${product} start"
+ elog "before trying to run ${product}. Or you could just add it to"
+ elog "the default runlevel:"
+ elog " rc-update add ${product} default"
echo
ewarn "VMWare allows for the potential of overwriting files as root. Only"
ewarn "give VMWare access to trusted individuals."
@@ -399,8 +399,8 @@ vmware_pkg_postrm() {
product_extras=" and /etc/init.d/${product}"
fi
echo
- einfo "To remove all traces of ${product} you will need to remove the files"
- einfo "in ${config_dir}${product_extras}."
- einfo "Don't forget to rmmod the vm* modules, either."
+ elog "To remove all traces of ${product} you will need to remove the files"
+ elog "in ${config_dir}${product_extras}."
+ elog "If the vmware-modules package is installed, you may no longer need it."
echo
}