home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / logrotate.d / aptitude < prev    next >
Encoding:
Text File  |  2006-09-11  |  79 b   |  8 lines

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