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.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / logrotate.d / ntp < prev    next >
Text File  |  2006-06-29  |  187b  |  15 lines

  1. /var/log/ntp {
  2.     compress
  3.     dateext
  4.     maxage 365
  5.     rotate 99
  6.     size=+2048k
  7.     notifempty
  8.     missingok
  9.     copytruncate
  10.     postrotate
  11.     chmod 644 /var/log/ntp
  12.     endscript
  13. }
  14.  
  15.