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 +++++++++++++++++++ etc/func_rotate | 19 ------------------- etc/sample.acl | 5 ----- 3 files changed, 19 insertions(+), 24 deletions(-) create mode 100644 etc/certmaster_rotate delete mode 100644 etc/func_rotate delete mode 100644 etc/sample.acl (limited to 'etc') 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 +} + diff --git a/etc/func_rotate b/etc/func_rotate deleted file mode 100644 index e12edfb..0000000 --- a/etc/func_rotate +++ /dev/null @@ -1,19 +0,0 @@ -/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 -} - diff --git a/etc/sample.acl b/etc/sample.acl deleted file mode 100644 index 1a093a8..0000000 --- a/etc/sample.acl +++ /dev/null @@ -1,5 +0,0 @@ -#config file for minion Access control lists -#this specifies which methods a connecting client is allowed to run -# format is: cn-certificate-hash = method1, method2, method3 -# default allows the certmaster key to run all methods - -- cgit