diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:23:23 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:23:23 +0000 |
commit | 6caf84140ae85cd43958bfdd1dcd1d2e31889451 (patch) | |
tree | 19976e98d8a33e9ff5038b495b23a829ef584f9d /net-mail | |
parent | Fix elog statement; bug #272929 (diff) | |
download | gentoo-2-6caf84140ae85cd43958bfdd1dcd1d2e31889451.tar.gz gentoo-2-6caf84140ae85cd43958bfdd1dcd1d2e31889451.tar.bz2 gentoo-2-6caf84140ae85cd43958bfdd1dcd1d2e31889451.zip |
Fix elog statement; bug #272941
(Portage version: 2.2_rc33-r1/cvs/Linux i686)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/qmrtg/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/qmrtg/qmrtg-2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/qmrtg/ChangeLog b/net-mail/qmrtg/ChangeLog index 0fe584b1693e..c931820ba30c 100644 --- a/net-mail/qmrtg/ChangeLog +++ b/net-mail/qmrtg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qmrtg -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmrtg/ChangeLog,v 1.2 2007/06/12 13:05:16 genone Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmrtg/ChangeLog,v 1.3 2009/07/12 18:23:23 halcy0n Exp $ + + 12 Jul 2009; Mark Loeser <halcy0n@gentoo.org> qmrtg-2.1.ebuild: + Fix elog statement; bug #272941 12 Jun 2007; Marius Mauch <genone@gentoo.org> qmrtg-2.1.ebuild: Replacing einfo with elog diff --git a/net-mail/qmrtg/qmrtg-2.1.ebuild b/net-mail/qmrtg/qmrtg-2.1.ebuild index 1075b03d2436..319f2451a312 100644 --- a/net-mail/qmrtg/qmrtg-2.1.ebuild +++ b/net-mail/qmrtg/qmrtg-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmrtg/qmrtg-2.1.ebuild,v 1.3 2007/07/14 22:22:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmrtg/qmrtg-2.1.ebuild,v 1.4 2009/07/12 18:23:23 halcy0n Exp $ inherit eutils @@ -48,7 +48,7 @@ pkg_postinst () { elog elog "You need to configure manually qmrtg in order to run it." elog "The configuration templates in /usr/share/qmrtg2/ and" - elog "the file in /usr/share/doc/qmrtg-2.1/INSTALL.txt.gz" + elog "the INSTALL file in /usr/share/doc/qmrtg-2.1/" elog "will be useful." elog } |