diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-04-07 04:54:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-04-07 04:54:54 +0000 |
commit | b30255af3f7d7c16baefb0ed8cc8ba7ae86843aa (patch) | |
tree | 2d9ce1d79de9c68929341b2056c8b5456094f343 /app-antivirus | |
parent | Stable for HPPA (bug #545522). (diff) | |
download | gentoo-2-b30255af3f7d7c16baefb0ed8cc8ba7ae86843aa.tar.gz gentoo-2-b30255af3f7d7c16baefb0ed8cc8ba7ae86843aa.tar.bz2 gentoo-2-b30255af3f7d7c16baefb0ed8cc8ba7ae86843aa.zip |
Set file owner/group.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/files/clamav.logrotate | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 4ed675c0dc31..d20a2835cf1d 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.501 2015/02/05 15:17:10 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.502 2015/04/07 04:54:54 jer Exp $ + + 07 Apr 2015; Jeroen Roovers <jer@gentoo.org> files/clamav.logrotate: + Set file owner/group. 05 Feb 2015; Thomas Raschbacher <lordvan@gentoo.org> -clamav-0.98.ebuild, -clamav-0.98.1.ebuild, -clamav-0.98.1-r1.ebuild, -clamav-0.98.3.ebuild, diff --git a/app-antivirus/clamav/files/clamav.logrotate b/app-antivirus/clamav/files/clamav.logrotate index 12c77e020c28..7a811264653b 100644 --- a/app-antivirus/clamav/files/clamav.logrotate +++ b/app-antivirus/clamav/files/clamav.logrotate @@ -1,4 +1,5 @@ /var/log/clamav/clamd.log { + su clamav clamav missingok postrotate /etc/init.d/clamd logfix @@ -7,6 +8,7 @@ } /var/log/clamav/freshclam.log { + su clamav clamav missingok postrotate /etc/init.d/clamd logfix |