diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:17:11 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:17:11 +0000 |
commit | e7cab0a2080c1ddd8a1daedcc3af81b69ccd30a3 (patch) | |
tree | fffb6a94cbd5ec4fca1902e973b336e51207c701 /net-dialup/capi4k-utils | |
parent | Fix elog statement; bug #272921 (diff) | |
download | gentoo-2-e7cab0a2080c1ddd8a1daedcc3af81b69ccd30a3.tar.gz gentoo-2-e7cab0a2080c1ddd8a1daedcc3af81b69ccd30a3.tar.bz2 gentoo-2-e7cab0a2080c1ddd8a1daedcc3af81b69ccd30a3.zip |
Fix elog statement; bug #272923
(Portage version: 2.2_rc33-r1/cvs/Linux i686)
Diffstat (limited to 'net-dialup/capi4k-utils')
-rw-r--r-- | net-dialup/capi4k-utils/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-dialup/capi4k-utils/ChangeLog b/net-dialup/capi4k-utils/ChangeLog index f97095c1c371..d94d39849d77 100644 --- a/net-dialup/capi4k-utils/ChangeLog +++ b/net-dialup/capi4k-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/capi4k-utils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.63 2009/07/12 17:06:42 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.64 2009/07/12 18:17:11 halcy0n Exp $ + + 12 Jul 2009; Mark Loeser <halcy0n@gentoo.org> + capi4k-utils-20050718-r3.ebuild: + Fix elog statement; bug #272923 12 Jul 2009; Tobias Klausmann <klausman@gentoo.org> capi4k-utils-20050718-r3.ebuild: diff --git a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild index f8fd74ac9bda..496612bf7713 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.11 2009/07/12 17:06:42 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.12 2009/07/12 18:17:11 halcy0n Exp $ inherit eutils multilib linux-info @@ -137,8 +137,8 @@ src_install() { pkg_postinst() { elog - elog "Please read the instructions in:" - elog "/usr/share/doc/${PF}/README.gentoo.gz" + elog "Please read the instructions in README.gentoo in:" + elog "/usr/share/doc/${PF}/" elog elog "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):" elog "If you run" |