diff options
Diffstat (limited to 'ubuntu/lucid_automake/kdebase/debian/tdm-kde3.logrotate')
-rw-r--r-- | ubuntu/lucid_automake/kdebase/debian/tdm-kde3.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.logrotate b/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.logrotate new file mode 100644 index 000000000..99853b7ba --- /dev/null +++ b/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.logrotate @@ -0,0 +1,9 @@ +/var/log/tdm-kde3.log { + rotate 7 + daily + compress + delaycompress + copytruncate + missingok + notifempty +} |