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 / syslog-ng < prev    next >
Text File  |  2006-05-30  |  551b  |  26 lines

  1. #
  2. # Please note, that changing of log file permissions in this
  3. # file is not sufficient if syslog-ng is used as log daemon.
  4. # It is required to specify the permissions in the syslog-ng
  5. # configuration /etc/syslog-ng/syslog-ng.conf.in as well.
  6. #
  7.  
  8. #
  9. # The following files are used in syslog-ng config:
  10. #
  11. /var/log/acpid /var/log/NetworkManager {
  12.     compress
  13.     dateext
  14.     maxage 365
  15.     rotate 99
  16.     missingok
  17.     notifempty
  18.     size +4096k
  19.     create 640 root root
  20.     sharedscripts
  21.     postrotate
  22.         /etc/init.d/syslog reload
  23.     endscript
  24. }
  25.  
  26.