# ChangeLog for app-antivirus/clamav
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.193 2006/12/24 21:07:22 ticho Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.194 2007/01/10 11:25:34 ticho Exp $
+
+ 10 Jan 2007; Andrej Kacian <ticho@gentoo.org> files/clamav.logrotate:
+ Fixed the logrotate script. Bug #161294, reported by Jochen Schalanda
+ <jochen at schalanda.de>.
*clamav-0.88.7-r2 (24 Dec 2006)
missingok
create 640 clamav clamav
postrotate
- /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2>
-/dev/null || true
+ /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2>/dev/null || true
endscript
}
missingok
create 640 clamav clamav
postrotate
- /bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2> /dev/null` 2>
-/dev/null || true
+ /bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2> /dev/null` 2>/dev/null || true
endscript
}