diff options
Diffstat (limited to 'app-antivirus/clamav/clamav-0.67.ebuild')
-rw-r--r-- | app-antivirus/clamav/clamav-0.67.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.67.ebuild b/app-antivirus/clamav/clamav-0.67.ebuild index 270d899dd16c..5996a2e466a6 100644 --- a/app-antivirus/clamav/clamav-0.67.ebuild +++ b/app-antivirus/clamav/clamav-0.67.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.67.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.67.ebuild,v 1.3 2004/06/10 21:05:52 lordvan Exp $ inherit eutils flag-o-matic @@ -42,7 +42,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..." |