From 5d8711956d9053799a97e8d71fe65725bff881ab Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Sun, 14 Dec 2008 13:51:02 -0500 Subject: log file acls were getting reset on rotate https://fedorahosted.org/func/ticket/65 Patch from lfoppiano --- etc/func_rotate | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/func_rotate') 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 } -- cgit