diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:48:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:48:08 +0000 |
commit | 35fb809c054eb74f544527319caed17ed60217cf (patch) | |
tree | beab4fe1e8de1bdca6d8241e0b0c932a3f001708 /net-dialup/capi4k-utils | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | historical-35fb809c054eb74f544527319caed17ed60217cf.tar.gz historical-35fb809c054eb74f544527319caed17ed60217cf.tar.bz2 historical-35fb809c054eb74f544527319caed17ed60217cf.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-dialup/capi4k-utils')
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild index 53d3738623ca..eac3b5091932 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild,v 1.3 2005/03/05 13:56:55 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild,v 1.4 2005/07/09 18:47:20 swegener Exp $ inherit eutils @@ -107,12 +107,12 @@ src_install() { pkg_postinst() { einfo "Please read the instructions in:" einfo "/usr/share/doc/${PF}/README.gentoo.gz" - einfo "" + einfo einfo "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):" einfo "If you run" einfo " emerge isdn-firmware" einfo "you will probably find your board's firmware in /lib/firmware." - einfo "" + einfo einfo "If you have another active ISDN board, you should create" einfo "/lib/firmware and copy there your board's firmware." } |