paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 1 | /var/log/zebra/zebra.log { |
| 2 | notifempty |
| 3 | missingok |
| 4 | nocompress |
| 5 | weekly |
| 6 | postrotate |
| 7 | /usr/sbin/killall -USR1 zebra |
| 8 | endscript |
| 9 | } |
| 10 | |
| 11 | /var/log/zebra/bgpd.log { |
| 12 | notifempty |
| 13 | missingok |
| 14 | nocompress |
| 15 | weekly |
| 16 | postrotate |
| 17 | /usr/sbin/killall -USR1 bgpd |
| 18 | endscript |
| 19 | } |
| 20 | |
| 21 | /var/log/zebra/ospfd.log { |
| 22 | notifempty |
| 23 | missingok |
| 24 | nocompress |
| 25 | weekly |
| 26 | postrotate |
| 27 | /usr/sbin/killall -USR1 ospfd |
| 28 | endscript |
| 29 | } |
| 30 | |
| 31 | /var/log/zebra/ospf6d.log { |
| 32 | notifempty |
| 33 | missingok |
| 34 | nocompress |
| 35 | weekly |
| 36 | postrotate |
| 37 | /usr/sbin/killall -USR1 ospf6d |
| 38 | endscript |
| 39 | } |
| 40 | |
| 41 | /var/log/zebra/ripd.log { |
| 42 | notifempty |
| 43 | missingok |
| 44 | nocompress |
| 45 | weekly |
| 46 | postrotate |
| 47 | /usr/sbin/killall -USR1 ripd |
| 48 | endscript |
| 49 | } |
| 50 | |
| 51 | /var/log/zebra/ripngd.log { |
| 52 | notifempty |
| 53 | missingok |
| 54 | nocompress |
| 55 | weekly |
| 56 | postrotate |
| 57 | /usr/sbin/killall -USR1 ripngd |
| 58 | endscript |
| 59 | } |