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