diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2004-06-10 21:00:20 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2004-06-10 21:00:20 +0000 |
commit | d124badabf1c9d28c608d074e64492c02ab6fd00 (patch) | |
tree | e4f4f506c5cb99e41a58a69a71d1c197760162f5 /app-antivirus/clamav | |
parent | changing to main rotate dns (diff) | |
download | historical-d124badabf1c9d28c608d074e64492c02ab6fd00.tar.gz historical-d124badabf1c9d28c608d074e64492c02ab6fd00.tar.bz2 historical-d124badabf1c9d28c608d074e64492c02ab6fd00.zip |
fixed bug #50772, added warning about restarting service
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 8 | ||||
-rw-r--r-- | app-antivirus/clamav/Manifest | 12 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.67.ebuild | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.68.1.ebuild | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.70.ebuild | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.71.ebuild | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.72.ebuild | 6 |
7 files changed, 38 insertions, 12 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index f13a2e808dbc..b95521289f70 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.3 2004/06/03 21:43:13 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.4 2004/06/10 21:00:20 lordvan Exp $ + + 10 Jun 2004; Thomas Raschbacher <lordvan@gentoo.org> clamav-0.67.ebuild, + clamav-0.68.1.ebuild, clamav-0.70.ebuild, clamav-0.71.ebuild, + clamav-0.72.ebuild: + added warning to pkg_postinst regarding restarting the daemons. + fixes bug #50772, thanks to Remco Barendse <remco@vaag.nu> *clamav-0.72 (03 Jun 2004) diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest index f5e1cea6e406..ea20a21583ab 100644 --- a/app-antivirus/clamav/Manifest +++ b/app-antivirus/clamav/Manifest @@ -1,9 +1,9 @@ -MD5 cdcf612a356ee7d0e517d609843c4ffd clamav-0.71.ebuild 1432 -MD5 bcef742db828e4b0e11ef327f5211398 clamav-0.67.ebuild 1325 -MD5 9e3d1fd0b944f16f5b8e03a957c8b37b clamav-0.70.ebuild 1426 -MD5 025c29b459854ca8b64fef7bb4b84a3d clamav-0.72.ebuild 1432 -MD5 bce4535108a4bba02dba43dfd006283b ChangeLog 5387 -MD5 4232965346d9d30ae00fbb4e4da87aaf clamav-0.68.1.ebuild 1412 +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 a959ae9c436948f302bbf99849ce88f9 ChangeLog 5675 +MD5 6a58cbdd8ed592780a2cadd736753248 clamav-0.68.1.ebuild 1561 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 107e17835658..270d899dd16c 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.1 2004/05/30 00:27:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.67.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $ inherit eutils flag-o-matic @@ -40,6 +40,10 @@ 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" + einfo "" if use milter ; then einfo "For simple instructions howto setup the clamav-milter..." einfo "" diff --git a/app-antivirus/clamav/clamav-0.68.1.ebuild b/app-antivirus/clamav/clamav-0.68.1.ebuild index 22b51515b614..13e36bbbae1e 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.1 2004/05/30 00:27:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.68.1.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $ inherit eutils flag-o-matic MY_P="${PN}-0.68-1" @@ -42,6 +42,10 @@ 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" + einfo "" if use milter ; then einfo "For simple instructions howto setup the clamav-milter..." einfo "" diff --git a/app-antivirus/clamav/clamav-0.70.ebuild b/app-antivirus/clamav/clamav-0.70.ebuild index 7c7afa7a18b8..57de5dfee8f4 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.1 2004/05/30 00:27:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.70.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $ inherit eutils flag-o-matic @@ -44,6 +44,10 @@ 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" + einfo "" if use milter ; then einfo "For simple instructions howto setup the clamav-milter..." einfo "" diff --git a/app-antivirus/clamav/clamav-0.71.ebuild b/app-antivirus/clamav/clamav-0.71.ebuild index d069e658abf6..620f06f52a43 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.1 2004/05/30 00:27:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.71.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $ inherit eutils flag-o-matic @@ -44,6 +44,10 @@ 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" + einfo "" if use milter ; then einfo "For simple instructions howto setup the clamav-milter..." einfo "" diff --git a/app-antivirus/clamav/clamav-0.72.ebuild b/app-antivirus/clamav/clamav-0.72.ebuild index 986aa37a920b..be74b9f92034 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.1 2004/06/03 21:43:13 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.72.ebuild,v 1.2 2004/06/10 21:00:20 lordvan Exp $ inherit eutils flag-o-matic @@ -44,6 +44,10 @@ 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" + einfo "" if use milter ; then einfo "For simple instructions howto setup the clamav-milter..." einfo "" |