diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-05-14 23:02:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-05-14 23:02:04 +0000 |
commit | 67d240189525c9b47f474dd4a6261cd83d6e661e (patch) | |
tree | ce7c80515abc25e330ff60c718a80eeff674d842 /app-antivirus | |
parent | Initial commit. Based on the ebuild provided by Hendrik Brandt in bug #54896. (diff) | |
download | gentoo-2-67d240189525c9b47f474dd4a6261cd83d6e661e.tar.gz gentoo-2-67d240189525c9b47f474dd4a6261cd83d6e661e.tar.bz2 gentoo-2-67d240189525c9b47f474dd4a6261cd83d6e661e.zip |
Added an ewarn message.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-0.85-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 |