diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 01:47:13 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 01:47:13 +0000 |
commit | f2214492f28b9a9ca00e26ba419e945493920b77 (patch) | |
tree | efcc8c36aae0fe944f673925d04f9365557ea8da /mail-client/drac/drac-1.12-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-f2214492f28b9a9ca00e26ba419e945493920b77.tar.gz gentoo-2-f2214492f28b9a9ca00e26ba419e945493920b77.tar.bz2 gentoo-2-f2214492f28b9a9ca00e26ba419e945493920b77.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-client/drac/drac-1.12-r1.ebuild')
-rw-r--r-- | mail-client/drac/drac-1.12-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail-client/drac/drac-1.12-r1.ebuild b/mail-client/drac/drac-1.12-r1.ebuild index 365c2e94f862..a199f19c7866 100644 --- a/mail-client/drac/drac-1.12-r1.ebuild +++ b/mail-client/drac/drac-1.12-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/drac/drac-1.12-r1.ebuild,v 1.11 2005/04/06 18:57:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/drac/drac-1.12-r1.ebuild,v 1.12 2007/03/18 01:47:13 genone Exp $ inherit toolchain-funcs @@ -65,10 +65,10 @@ src_install() { } pkg_postinst() { - einfo "After configuring your IMAP/POP server for DRAC, and starting the" - einfo "dracd server (e.g. by running /etc/init.d/dracd start) you can" - einfo "set up your MTA to check for authenticated hosts in:" - einfo " /var/lib/drac/drac" - einfo "Please see the MTA documentation for more details." + elog "After configuring your IMAP/POP server for DRAC, and starting the" + elog "dracd server (e.g. by running /etc/init.d/dracd start) you can" + elog "set up your MTA to check for authenticated hosts in:" + elog " /var/lib/drac/drac" + elog "Please see the MTA documentation for more details." echo } |