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

  1. /var/log/apport.log {
  2.        daily
  3.        rotate 7
  4.        delaycompress
  5.        compress
  6.        notifempty
  7.        missingok
  8. }
  9.  
  10.