summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 15:22:40 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 15:22:40 +0000
commit123b407f0e84cbfd279917a65f9a95f2f010afb8 (patch)
treeaf4e194ace8aa0f1e453a21191ba5e2ef7057229 /app-antivirus/clamav/clamav-0.88.7-r2.ebuild
parentamd64 stable, bug 150859 (diff)
downloadgentoo-2-123b407f0e84cbfd279917a65f9a95f2f010afb8.tar.gz
gentoo-2-123b407f0e84cbfd279917a65f9a95f2f010afb8.tar.bz2
gentoo-2-123b407f0e84cbfd279917a65f9a95f2f010afb8.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-antivirus/clamav/clamav-0.88.7-r2.ebuild')
-rw-r--r--app-antivirus/clamav/clamav-0.88.7-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-antivirus/clamav/clamav-0.88.7-r2.ebuild b/app-antivirus/clamav/clamav-0.88.7-r2.ebuild
index 82f5ebaed03a..6a208b102713 100644
--- a/app-antivirus/clamav/clamav-0.88.7-r2.ebuild
+++ b/app-antivirus/clamav/clamav-0.88.7-r2.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/app-antivirus/clamav/clamav-0.88.7-r2.ebuild,v 1.1 2006/12/24 21:07:22 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.7-r2.ebuild,v 1.2 2007/01/23 15:22:40 genone Exp $
inherit eutils flag-o-matic fixheadtails
@@ -128,8 +128,8 @@ pkg_postinst() {
ewarn "You should restart them with: /etc/init.d/clamd restart"
echo
if use milter ; then
- einfo "For simple instructions how to setup the clamav-milter type:"
- echo " zless /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "For simple instructions how to setup the clamav-milter"
+ elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
echo
fi
}