From 8f2ff4d7c902d534d68ff1a16418b7be492033bf Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 7 Feb 2008 13:13:24 -0500 Subject: Carving away at func some more to just get down to cert items, still lots more to do. --- etc/certmaster_rotate | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/certmaster_rotate (limited to 'etc/certmaster_rotate') diff --git a/etc/certmaster_rotate b/etc/certmaster_rotate new file mode 100644 index 0000000..e12edfb --- /dev/null +++ b/etc/certmaster_rotate @@ -0,0 +1,19 @@ +/var/log/func/audit.log { + missingok + notifempty + rotate 4 + weekly + postrotate + if [ -f /var/lock/subsys/funcd ]; then + /etc/init.d/funcd condrestart + fi + endscript +} + +/var/log/func/func.log { + missingok + notifempty + rotate 4 + weekly +} + -- cgit