summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 05:35:32 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 05:35:32 +0000
commit685003196957ce402d6063856e459a01c8aa864f (patch)
tree83ccdf1bd88bd60e0ae9bac0c5274d7edaa48600 /mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild
parentFix whitespace error before Mr. Bones sees it (diff)
downloadgentoo-2-685003196957ce402d6063856e459a01c8aa864f.tar.gz
gentoo-2-685003196957ce402d6063856e459a01c8aa864f.tar.bz2
gentoo-2-685003196957ce402d6063856e459a01c8aa864f.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild')
-rw-r--r--mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild b/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild
index c832b4aa66e0..481e76d179ba 100644
--- a/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild
+++ b/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild,v 1.1 2006/01/27 03:42:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild,v 1.2 2007/03/18 05:35:32 genone Exp $
inherit eutils toolchain-funcs fixheadtails
@@ -78,11 +78,11 @@ src_install() {
}
pkg_postinst() {
- einfo "In order for mini-qmail to work, you need to setup"
- einfo "the QMQP server information."
- einfo
- einfo "You can setup the values in /var/mini-qmail/control yourself,"
- einfo "or use the utility /var/mini-qmail/bin/config-mini"
- einfo "To find out what values to put in what files, see the install"
- einfo "section of http://cr.yp.to/qmail/mini.html"
+ elog "In order for mini-qmail to work, you need to setup"
+ elog "the QMQP server information."
+ elog
+ elog "You can setup the values in /var/mini-qmail/control yourself,"
+ elog "or use the utility /var/mini-qmail/bin/config-mini"
+ elog "To find out what values to put in what files, see the install"
+ elog "section of http://cr.yp.to/qmail/mini.html"
}