diff options
author | 2007-05-02 00:17:24 +0000 | |
---|---|---|
committer | 2007-05-02 00:17:24 +0000 | |
commit | 4ed08309cde3137e54a0731b92af34bea1c592f7 (patch) | |
tree | 78fe816aa6030a35bd94bf22a6f300cc57200933 /net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild | |
parent | version bump (diff) | |
download | historical-4ed08309cde3137e54a0731b92af34bea1c592f7.tar.gz historical-4ed08309cde3137e54a0731b92af34bea1c592f7.tar.bz2 historical-4ed08309cde3137e54a0731b92af34bea1c592f7.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild')
-rw-r--r-- | net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild b/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild index 7dd1f7bc91ad..2db20ef4eeb0 100644 --- a/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild +++ b/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild,v 1.7 2007/04/13 10:29:06 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild,v 1.8 2007/05/02 00:14:10 genone Exp $ inherit eutils linux-mod @@ -102,14 +102,14 @@ src_install() { } pkg_postinst() { - einfo "The following modules are available:" - einfo " $(echo $MODULE_NAMES | sed s/\([^\)]*\)//g)" - echo + elog "The following modules are available:" + elog " $(echo $MODULE_NAMES | sed s/\([^\)]*\)//g)" + elog ewarn "You might need to use hotplug's blacklisting mechanism in order to prevent the" ewarn "loading of an incorrect module at boot time, e.g. in case unicorn_pci_eth is" ewarn "automatically loaded but you happen to need unicorn_pci_atm instead. List the" ewarn "unwanted module in /etc/hotplug/blacklist. You might also need to blacklist it" ewarn "in modprobe, see modprobe.conf(5)." - echo + ewarn linux-mod_pkg_postinst } |