diff options
author | 2004-10-18 06:24:27 +0000 | |
---|---|---|
committer | 2004-10-18 06:24:27 +0000 | |
commit | 4b0dd716250ef5d9408ba628df8f8458f0566243 (patch) | |
tree | bb65ec5a9de0270cc252742fe2b4a31384cd138f /app-antivirus | |
parent | Fix problem for lib64 get_libdir users that resulted in *.la files not being ... (diff) | |
download | historical-4b0dd716250ef5d9408ba628df8f8458f0566243.tar.gz historical-4b0dd716250ef5d9408ba628df8f8458f0566243.tar.bz2 historical-4b0dd716250ef5d9408ba628df8f8458f0566243.zip |
Added postinfo warning about config file name change.
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/Manifest | 10 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.80.ebuild | 5 |
3 files changed, 13 insertions, 7 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 08775427928a..9249f7dbe6cd 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.17 2004/10/17 19:31:26 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.18 2004/10/18 06:24:27 ticho Exp $ + + 18 Oct 2004; Andrej Kacian <ticho@gentoo.org> clamav-0.80.ebuild: + Added postinstall warning about config file name change. *clamav-0.80 (17 Oct 2004) diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest index 5566110df4b3..be7471aaabc2 100644 --- a/app-antivirus/clamav/Manifest +++ b/app-antivirus/clamav/Manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 992248b42dbe15cedd6e6e5480804df4 ChangeLog 7300 -MD5 c94d0ead8f433912c6d65a93c8aed059 clamav-0.80.ebuild 1494 +MD5 492185110fb4afba04c80a053e2ee836 ChangeLog 7428 +MD5 59ba1d4bf240910956441fec173fc904 clamav-0.80.ebuild 1701 MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184 MD5 834b1547fb820fa331c01a04e1328701 clamav-0.80_rc3.ebuild 1501 MD5 9e195dfcd52e4642d54392d40d18a040 clamav-0.75.1.ebuild 1528 @@ -15,7 +15,7 @@ MD5 ad7d45b1be51c06986cb42c53e733d19 files/clamav-milter.README.gentoo 1311 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBcsiX10xuJSrg3/sRAj0NAJoDrToOvmD7abbKeL4d/7Y58stQ4ACdH0Tf -utX8BpEB7fxm/hxJ+M71kIM= -=WBpf +iD8DBQFBc2Gn10xuJSrg3/sRAjCWAJ4u/AqOJq0PadWXpDQX3kij9/Ot3ACfVYPv +ICr9+T8kRfz4FxUZBtvAl88= +=xBAK -----END PGP SIGNATURE----- diff --git a/app-antivirus/clamav/clamav-0.80.ebuild b/app-antivirus/clamav/clamav-0.80.ebuild index 2d3775595478..fd6faa2fdbf9 100644 --- a/app-antivirus/clamav/clamav-0.80.ebuild +++ b/app-antivirus/clamav/clamav-0.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.80.ebuild,v 1.1 2004/10/17 19:31:26 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.80.ebuild,v 1.2 2004/10/18 06:24:27 ticho Exp $ inherit eutils flag-o-matic @@ -45,6 +45,9 @@ src_install() { } pkg_postinst() { + einfo "NOTE: As of clamav-0.80, the config file for clamd is no longer" + einfo " /etc/clamav.conf, but /etc/clamd.conf. Adjust your" + einfo " configuration accordingly before (re)starting clamd." einfo "" ewarn "Warning: clamd and/or freshclam have not been restarted." ewarn "You should restart them with: /etc/init.d/clamd restart" |