home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / logrotate.d / dpkg < prev    next >
Encoding:
Text File  |  2009-01-07  |  111 b   |  10 lines

  1. /var/log/dpkg.log {
  2.     monthly
  3.     rotate 12
  4.     compress
  5.     delaycompress
  6.     missingok
  7.     notifempty
  8.     create 640 root adm
  9. }
  10.