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 / net-snmp < prev    next >
Text File  |  2006-08-26  |  229b  |  16 lines

  1. /var/log/net-snmpd.log {
  2.    compress
  3.    dateext
  4.    maxage 365
  5.    rotate 99
  6.    size=+1024k
  7.    notifempty
  8.    missingok
  9.    create 600 root root
  10.    sharedscripts
  11.    postrotate
  12.        /etc/init.d/snmpd try-restart ||:
  13.    endscript
  14.  
  15. }
  16.