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

  1. /var/log/wpa_action.log /var/log/wpa_action.*.log {
  2.     rotate 5
  3.     daily
  4.     compress
  5.     copytruncate
  6.     missingok
  7. }
  8.