diff options
Diffstat (limited to 'app-antivirus/clamav/clamav-0.68.1.ebuild')
-rw-r--r-- | app-antivirus/clamav/clamav-0.68.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.68.1.ebuild b/app-antivirus/clamav/clamav-0.68.1.ebuild index 13e36bbbae1e..483ec9e25181 100644 --- a/app-antivirus/clamav/clamav-0.68.1.ebuild +++ b/app-antivirus/clamav/clamav-0.68.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.68.1.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.68.1.ebuild,v 1.3 2004/06/10 21:05:52 lordvan Exp $ inherit eutils flag-o-matic MY_P="${PN}-0.68-1" @@ -44,7 +44,7 @@ src_install() { pkg_postinst() { einfo "" ewarn "Warning: clamd and/or freshclam have not been restarted." - ewarn "You should restar them with: /etc/init.d/clamd restart" + ewarn "You should restart them with: /etc/init.d/clamd restart" einfo "" if use milter ; then einfo "For simple instructions howto setup the clamav-milter..." |