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 / scpm < prev    next >
Text File  |  2006-05-02  |  129b  |  10 lines

  1. /var/log/scpm {
  2.     compress
  3.     maxage 365
  4.     rotate 1
  5.     size=+1024k
  6.     notifempty
  7.     missingok
  8.     create 644 root root
  9. }
  10.