summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog5
-rw-r--r--app-antivirus/clamav/clamav-0.80.ebuild5
2 files changed, 8 insertions, 2 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/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"