diff options
author | 2011-02-28 16:01:17 +0000 | |
---|---|---|
committer | 2011-02-28 16:01:17 +0000 | |
commit | 7e6feda9e3ee0821ce275636975d52ec6c972041 (patch) | |
tree | d69f103b90bfa5d6f573d173a9d1b42278c75f09 /app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-0.0.20110223.368700.ebuild | |
parent | open-vm-tools: version bump (diff) | |
download | vmware-7e6feda9e3ee0821ce275636975d52ec6c972041.tar.gz vmware-7e6feda9e3ee0821ce275636975d52ec6c972041.tar.bz2 vmware-7e6feda9e3ee0821ce275636975d52ec6c972041.zip |
upstream modules names in elog
svn path=/trunk/; revision=445
Diffstat (limited to 'app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-0.0.20110223.368700.ebuild')
-rw-r--r-- | app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-0.0.20110223.368700.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-0.0.20110223.368700.ebuild b/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-0.0.20110223.368700.ebuild index a51db74..6539c9f 100644 --- a/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-0.0.20110223.368700.ebuild +++ b/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-0.0.20110223.368700.ebuild @@ -62,6 +62,6 @@ src_configure() { pkg_postinst() { linux-mod_pkg_postinst elog "vmxnet3 for Linux is now upstream (as of Linux 2.6.32)" - elog "pvscsi for Linux is now upstream (as of Linux 2.6.33)" - elog "vmmemctl for Linux is now upstream (as of Linux 2.6.34)" + elog "pvscsi for Linux is now upstream (vmw_pvscsi) (as of Linux 2.6.33)" + elog "vmmemctl for Linux is now upstream (vmw_balloon) (as of Linux 2.6.34)" } |