]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/etc/logrotate.conf
nochmal eine kleine Anpassung damit die resolv.conf bei Benutzung von red auch wieder...
[people/pmueller/ipfire-2.x.git] / config / etc / logrotate.conf
index d4209369d08d91215e0d78adbd76ed15ddd35624..0f171d6448e6457493b7752c9744fef7a52a30b2 100644 (file)
@@ -73,3 +73,21 @@ compress
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
     endscript
 }
+
+/var/log/squidGuard/*.log {
+    weekly
+    rotate 4
+    copytruncate
+    compress
+    notifempty
+    missingok
+}
+
+/var/log/updatexlrator/*.log {
+    weekly
+    rotate 4
+    copytruncate
+    compress
+    notifempty
+    missingok
+}