diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-16 11:02:09 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-16 11:02:09 +0000 |
commit | cce83d4891bf5b0bfe8d3a3f0f8f6b1898037f9e (patch) | |
tree | 0ec6d5aad0e66887552023339d9167b9347fc7f3 /app-antivirus/clamav | |
parent | Version bump to upstream's 0.90RC1.1. This is a release candidate, and as suc... (diff) | |
download | gentoo-2-cce83d4891bf5b0bfe8d3a3f0f8f6b1898037f9e.tar.gz gentoo-2-cce83d4891bf5b0bfe8d3a3f0f8f6b1898037f9e.tar.bz2 gentoo-2-cce83d4891bf5b0bfe8d3a3f0f8f6b1898037f9e.zip |
Fix path to log file in freshclam.conf.
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/clamav-0.90_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.90_rc1.ebuild b/app-antivirus/clamav/clamav-0.90_rc1.ebuild index c4a73c5f1d4d..8c102e5a36ce 100644 --- a/app-antivirus/clamav/clamav-0.90_rc1.ebuild +++ b/app-antivirus/clamav/clamav-0.90_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc1.ebuild,v 1.1 2006/10/16 10:55:53 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc1.ebuild,v 1.2 2006/10/16 11:02:09 ticho Exp $ inherit eutils flag-o-matic fixheadtails @@ -90,7 +90,7 @@ src_install() { sed -i -e "s:^\(Example\):\# \1:" \ -e "s:.*\(PidFile\) .*:\1 /var/run/clamav/freshclam.pid:" \ -e "s:.*\(DatabaseOwner\) .*:\1 clamav:" \ - -e "s:^\#\(UpdateLogFile\) .*:\1 /var/log/freshclam.log:" \ + -e "s:^\#\(UpdateLogFile\) .*:\1 /var/log/clamav/freshclam.log:" \ ${D}/etc/freshclam.conf if use milter ; then |