Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1782 - (hide annotations) (download)
Wed May 16 21:01:54 2012 UTC (12 years ago) by niro
File size: 94 byte(s)
-renamed package
1 niro 1457 /var/log/kdm.log {
2     maxage 365
3     size=+1024k
4     notifempty
5     missingok
6     compress
7     copytruncate
8     }
9