Custom Search
|
|
etc/certmaster_rotate | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
etc/certmaster_rotate | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
New commits:
commit fbd4bc1fe300150b55255d5af80052601dfbcd77
Author: Greg Swift <gregswift@xxxxxxxxx>
Date: Mon Sep 5 14:09:24 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/certmaster_rotate b/etc/certmaster_rotate
index 975966a..cfdf00e 100644
--- a/etc/certmaster_rotate
+++ b/etc/certmaster_rotate
@@ -1,19 +1,12 @@
-/var/log/certmaster/audit.log {
+/var/log/certmaster/*.log {
missingok
notifempty
rotate 4
weekly
+ sharedscripts
postrotate
if [ -f /var/lock/subsys/certmasterd ]; then
/etc/init.d/certmasterd condrestart
fi
endscript
}
-
-/var/log/certmaster/certmaster.log {
- missingok
- notifempty
- rotate 4
- weekly
-}
-
_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list
[Home] [Fedora Users] [Fedora Legacy List] [Fedora Maintainers] [Fedora Desktop] [Red Hat 9 Bible] [Fedora Bible] [Fedora SELinux] [Big List of Linux Books] [Yosemite News] [Yosemite Photos] [KDE Users] [Fedora Tools]