blob: 58cbe7f02613df9d5f73d25d306aeef80696495f [file] [log] [blame]
paul5f779492004-05-04 08:53:31 +00001/var/log/quagga/zebra.log {
paul788cdc62003-01-18 00:22:08 +00002 notifempty
3 missingok
4 nocompress
5 weekly
6 postrotate
7 /usr/sbin/killall -USR1 zebra
8 endscript
9}
10
paul5f779492004-05-04 08:53:31 +000011/var/log/quagga/bgpd.log {
paul788cdc62003-01-18 00:22:08 +000012 notifempty
13 missingok
14 nocompress
15 weekly
16 postrotate
17 /usr/sbin/killall -USR1 bgpd
18 endscript
19}
20
paul5f779492004-05-04 08:53:31 +000021/var/log/quagga/ospfd.log {
paul788cdc62003-01-18 00:22:08 +000022 notifempty
23 missingok
24 nocompress
25 weekly
26 postrotate
27 /usr/sbin/killall -USR1 ospfd
28 endscript
29}
30
paul5f779492004-05-04 08:53:31 +000031/var/log/quagga/ospf6d.log {
paul788cdc62003-01-18 00:22:08 +000032 notifempty
33 missingok
34 nocompress
35 weekly
36 postrotate
37 /usr/sbin/killall -USR1 ospf6d
38 endscript
39}
40
paul5f779492004-05-04 08:53:31 +000041/var/log/quagga/ripd.log {
paul788cdc62003-01-18 00:22:08 +000042 notifempty
43 missingok
44 nocompress
45 weekly
46 postrotate
47 /usr/sbin/killall -USR1 ripd
48 endscript
49}
50
paul5f779492004-05-04 08:53:31 +000051/var/log/quagga/ripngd.log {
paul788cdc62003-01-18 00:22:08 +000052 notifempty
53 missingok
54 nocompress
55 weekly
56 postrotate
57 /usr/sbin/killall -USR1 ripngd
58 endscript
59}