etc/func_rotate | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) New commits: commit 0502c6a433afe2a0d482494fc09071469fdbc996 Author: Greg Swift <gregswift@xxxxxxxxx> Date: Mon Sep 5 16:25:27 2011 -0500 Consolidated definitions in logrotate file using glob. Added sharedscripts directive so that HUP of running certmaster happens only once. diff --git a/etc/func_rotate b/etc/func_rotate index b48b8ab..46781a3 100644 --- a/etc/func_rotate +++ b/etc/func_rotate @@ -1,20 +1,12 @@ -/var/log/func/audit.log { +/var/log/func/*.log { missingok notifempty rotate 4 weekly + sharedscripts postrotate if [ -f /var/lock/subsys/funcd ]; then /etc/init.d/funcd condrestart > /dev/null fi endscript } - -/var/log/func/func.log { - missingok - notifempty - copytruncate - rotate 4 - weekly -} - _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list