Package: suphp-common
Version: 0.6.2-3
Severity: wishlist
Tags: patch

Hi,

please add rotate directive to logrotate file to enable deletion of old
log files.

The attached patch adds the rotate directive with a 'count' value of 7.

Hannes

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30.4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/suphp-common.logrotate.orig  2009-08-17 12:43:51.000000000 +0200
+++ debian/suphp-common.logrotate       2009-08-17 12:44:06.000000000 +0200
@@ -1,5 +1,6 @@
 /var/log/suphp/*.log {
        daily
+       rotate 7
        missingok
        compress
        delaycompress

Reply via email to