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:35:40 +0900 |
commit | d4ece6c6bdb1378840550b0c34987bcd334f219f (patch) | |
tree | 0142752664ea265a1043590b7be6500f666a0ac4 /ubuntu/maverick | |
parent | 7d28d3a556410d15ef3b28dbe19d4f1142860dd1 (diff) | |
download | tde-packaging-d4ece6c6bdb1378840550b0c34987bcd334f219f.tar.gz tde-packaging-d4ece6c6bdb1378840550b0c34987bcd334f219f.zip |
DEB: fixed logrotate of tdm.log. This resolves bug 894.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 23556cbbc9c837286f9ce4986fe98b67d81667d6)
Diffstat (limited to 'ubuntu/maverick')
-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 |