summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2004-06-10 21:05:52 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2004-06-10 21:05:52 +0000
commit83d1d034edfbcb33a2dc87fbeaacdfc759b6a158 (patch)
tree1797833d0d99aa25150592675bd82805078c68e5 /app-antivirus
parentFix use invocation (diff)
downloadhistorical-83d1d034edfbcb33a2dc87fbeaacdfc759b6a158.tar.gz
historical-83d1d034edfbcb33a2dc87fbeaacdfc759b6a158.tar.bz2
historical-83d1d034edfbcb33a2dc87fbeaacdfc759b6a158.zip
fixed typo in warning
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/Manifest10
-rw-r--r--app-antivirus/clamav/clamav-0.67.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.68.1.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.70.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.71.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.72.ebuild4
6 files changed, 15 insertions, 15 deletions
diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest
index ea20a21583ab..8045bb045456 100644
--- a/app-antivirus/clamav/Manifest
+++ b/app-antivirus/clamav/Manifest
@@ -1,9 +1,9 @@
-MD5 e094db3c1f19f02600809688acb60004 clamav-0.71.ebuild 1581
-MD5 e8a34a14a77b4d9fab0c950abf02ee4b clamav-0.67.ebuild 1474
-MD5 f28792dbbf1c1867671a3cceae3521ad clamav-0.70.ebuild 1575
-MD5 7d408c4435e1efa17c350e92fbc75b51 clamav-0.72.ebuild 1581
+MD5 86441a1d4dddcb16cf2511f0eaa5bc14 clamav-0.71.ebuild 1582
+MD5 c740246ef7d380cd8d1437787020a61d clamav-0.67.ebuild 1475
+MD5 630aa48eaaa0ade8d6ca7f6f4d3b3d42 clamav-0.70.ebuild 1576
+MD5 a046cf4d141b700fd8d36cfc9c212ed8 clamav-0.72.ebuild 1582
MD5 a959ae9c436948f302bbf99849ce88f9 ChangeLog 5675
-MD5 6a58cbdd8ed592780a2cadd736753248 clamav-0.68.1.ebuild 1561
+MD5 23d7cf68df10d503b74a81b4203f06b8 clamav-0.68.1.ebuild 1562
MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184
MD5 ad7d45b1be51c06986cb42c53e733d19 files/clamav-milter.README.gentoo 1311
MD5 5ab8d333719ea5288bc8d078d7182ac3 files/digest-clamav-0.68.1 66
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..."
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..."
diff --git a/app-antivirus/clamav/clamav-0.70.ebuild b/app-antivirus/clamav/clamav-0.70.ebuild
index 57de5dfee8f4..ed18bdc77abd 100644
--- a/app-antivirus/clamav/clamav-0.70.ebuild
+++ b/app-antivirus/clamav/clamav-0.70.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.70.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.70.ebuild,v 1.3 2004/06/10 21:05:52 lordvan Exp $
inherit eutils flag-o-matic
@@ -46,7 +46,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..."
diff --git a/app-antivirus/clamav/clamav-0.71.ebuild b/app-antivirus/clamav/clamav-0.71.ebuild
index 620f06f52a43..f845d549284c 100644
--- a/app-antivirus/clamav/clamav-0.71.ebuild
+++ b/app-antivirus/clamav/clamav-0.71.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.71.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.71.ebuild,v 1.3 2004/06/10 21:05:52 lordvan Exp $
inherit eutils flag-o-matic
@@ -46,7 +46,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..."
diff --git a/app-antivirus/clamav/clamav-0.72.ebuild b/app-antivirus/clamav/clamav-0.72.ebuild
index be74b9f92034..671c5c8de7f4 100644
--- a/app-antivirus/clamav/clamav-0.72.ebuild
+++ b/app-antivirus/clamav/clamav-0.72.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.72.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.72.ebuild,v 1.3 2004/06/10 21:05:52 lordvan Exp $
inherit eutils flag-o-matic
@@ -46,7 +46,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..."