home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / logrotate.d / apt < prev    next >
Encoding:
Text File  |  2009-04-17  |  84 b   |  9 lines

  1. /var/log/apt/term.log {
  2.   rotate 6
  3.   monthly
  4.   compress
  5.   missingok
  6.   notifempty
  7. }
  8.  
  9.