[svn-inject] Applying Debian modifications to trunk
[manu/suphp.git] / debian / suphp-common.logrotate
diff --git a/debian/suphp-common.logrotate b/debian/suphp-common.logrotate
new file mode 100644 (file)
index 0000000..cae3a5f
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/suphp/*.log {
+       daily
+       missingok
+       compress
+       delaycompress
+       notifempty
+       create 640 root adm
+}