diff options
Diffstat (limited to 'app-antivirus/clamav/clamav-0.90_rc2.ebuild')
-rw-r--r-- | app-antivirus/clamav/clamav-0.90_rc2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-antivirus/clamav/clamav-0.90_rc2.ebuild b/app-antivirus/clamav/clamav-0.90_rc2.ebuild index 2bd122a09cec..b163a339d506 100644 --- a/app-antivirus/clamav/clamav-0.90_rc2.ebuild +++ b/app-antivirus/clamav/clamav-0.90_rc2.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.90_rc2.ebuild,v 1.3 2006/11/05 21:44:06 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc2.ebuild,v 1.4 2007/01/23 15:22:40 genone Exp $ inherit eutils flag-o-matic fixheadtails @@ -109,8 +109,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 ewarn "This is a RELEASE CANDIDATE version, with EXPERIMENTAL code ENABLED." |