diff options
-rw-r--r-- | app-antivirus/clamav/Manifest | 8 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.85-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest index 10177627bc79..8de5abf2d1b1 100644 --- a/app-antivirus/clamav/Manifest +++ b/app-antivirus/clamav/Manifest @@ -3,7 +3,7 @@ Hash: SHA1 MD5 34a649543043b4506c5ecdca94ddad41 clamav-0.85.ebuild 2314 MD5 bf2cf15ce5fddd93fffa28e8b0a3f50f clamav-0.84.ebuild 2314 -MD5 c7318a9877ba0eb3a720b9b8e90d96f9 clamav-0.85-r1.ebuild 3048 +MD5 689c7676f16b3126b2c3f9271f7c2a1e clamav-0.85-r1.ebuild 3290 MD5 87f5af61a9766e98fbe1da8fc69fc56c ChangeLog 14139 MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184 MD5 6ea55388f51845c2f815589dfed047a4 clamav-0.83.ebuild 2332 @@ -18,7 +18,7 @@ MD5 1b3268d3723e003ad99bf706e6bf4312 files/clamd.rc 1444 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFChm4/QlM6RnzZP+IRAhCwAJ9xb9OCU8VDC7P8cxHb6aPa7JvRqQCfdCvR -4bV8YtmmpjJFObIuoakxkRw= -=YJJD +iD8DBQFChoN2QlM6RnzZP+IRAvcCAKCP9Qj77OEXAvuVg0Rk9+yH3KZA2QCeNPjx +BbJ8Ut3J57EpjgnAJ5CEYo4= +=aAoD -----END PGP SIGNATURE----- diff --git a/app-antivirus/clamav/clamav-0.85-r1.ebuild b/app-antivirus/clamav/clamav-0.85-r1.ebuild index f480ba927998..8b13abe9f220 100644 --- a/app-antivirus/clamav/clamav-0.85-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.85-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.85-r1.ebuild,v 1.1 2005/05/14 21:31:33 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.85-r1.ebuild,v 1.2 2005/05/14 23:02:04 ticho Exp $ inherit eutils flag-o-matic @@ -88,6 +88,10 @@ src_install() { pkg_postinst() { echo + ewarn "As of 0.85-r1, all settings from /etc/conf.d/clamd are ignored, except for" + ewarn "START_CLAMD and START_FRESHCLAM. All settings are read from /etc/clamd.conf" + ewarn "and /etc/freshclam.conf, so double-check these two files." + echo ewarn "Warning: clamd and/or freshclam have not been restarted." ewarn "You should restart them with: /etc/init.d/clamd restart" echo |