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 / ppp < prev    next >
Encoding:
Text File  |  2006-07-10  |  94 b   |  10 lines

  1. /var/log/ppp-connect-errors {
  2.     weekly
  3.     rotate 4
  4.     missingok
  5.     notifempty
  6.     compress
  7.     nocreate
  8. }
  9.  
  10.