summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-12-14 13:51:02 -0500
committerAdrian Likins <alikins@redhat.com>2008-12-14 13:51:02 -0500
commit5d8711956d9053799a97e8d71fe65725bff881ab (patch)
treec7ada62e645e9684bf2181b3d8db12edf6d071a4 /etc
parente743dab1a42cb8be87abc8d135a5f417964efd0a (diff)
downloadfunc-5d8711956d9053799a97e8d71fe65725bff881ab.tar.gz
func-5d8711956d9053799a97e8d71fe65725bff881ab.tar.xz
func-5d8711956d9053799a97e8d71fe65725bff881ab.zip
log file acls were getting reset on rotate https://fedorahosted.org/func/ticket/65
Patch from lfoppiano
Diffstat (limited to 'etc')
-rw-r--r--etc/func_rotate1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/func_rotate b/etc/func_rotate
index e12edfb..2b05888 100644
--- a/etc/func_rotate
+++ b/etc/func_rotate
@@ -13,6 +13,7 @@
/var/log/func/func.log {
missingok
notifempty
+ copytruncate
rotate 4
weekly
}