Magellan Linux

Annotation of /trunk/kdebase4-workspace/kdm.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1457 - (hide annotations) (download)
Fri Jul 29 14:38:21 2011 UTC (12 years, 9 months ago) by niro
File size: 94 byte(s)
-added logrotate config
1 niro 1457 /var/log/kdm.log {
2     maxage 365
3     size=+1024k
4     notifempty
5     missingok
6     compress
7     copytruncate
8     }
9