diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-26 00:11:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-26 00:11:22 +0900 |
commit | 23556cbbc9c837286f9ce4986fe98b67d81667d6 (patch) | |
tree | b5634b43b95f486681a2a30893a92eb1d02f4bbd /ubuntu/maverick/tdebase/debian | |
parent | a9cef411ca143413d48fee956364097a05f67a71 (diff) | |
download | tde-packaging-23556cbbc9c837286f9ce4986fe98b67d81667d6.tar.gz tde-packaging-23556cbbc9c837286f9ce4986fe98b67d81667d6.zip |
DEB: fixed logrotate of tdm.log. This resolves bug 894.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/tdebase/debian')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/tdm-trinity.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdebase/debian/tdm-trinity.logrotate b/ubuntu/maverick/tdebase/debian/tdm-trinity.logrotate index 990e7c479..7a7dab37b 100644 --- a/ubuntu/maverick/tdebase/debian/tdm-trinity.logrotate +++ b/ubuntu/maverick/tdebase/debian/tdm-trinity.logrotate @@ -1,4 +1,4 @@ -/var/log/tdm-trinity.log { +/var/log/tdm.log { rotate 7 daily compress |