---
etc/func_rotate | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
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
-}
-
--
1.7.4.4
_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list