home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / logrotate.d / wtmp < prev   
Text File  |  2006-04-22  |  134b  |  12 lines

  1. /var/log/wtmp {
  2.     compress
  3.     dateext
  4.     maxage 365
  5.     rotate 99
  6.     size=+400k
  7.     notifempty
  8.     missingok
  9.     copytruncate
  10. }
  11.  
  12.