Fix paths in logs
[certmaster.git] / etc / certmaster_rotate
index e12edfb..975966a 100644 (file)
@@ -1,16 +1,16 @@
-/var/log/func/audit.log {
+/var/log/certmaster/audit.log {
    missingok
    notifempty
    rotate 4
    weekly
    postrotate
-      if [ -f /var/lock/subsys/funcd ]; then
-         /etc/init.d/funcd condrestart
+      if [ -f /var/lock/subsys/certmasterd ]; then
+         /etc/init.d/certmasterd condrestart
       fi
    endscript
 }
 
-/var/log/func/func.log {
+/var/log/certmaster/certmaster.log {
    missingok
    notifempty
    rotate 4