]> git.proxmox.com Git - mirror_frr.git/blame - redhat/quagga.logrotate
Merge pull request #41 from donaldsharp/quagga_to_frr
[mirror_frr.git] / redhat / quagga.logrotate
CommitLineData
5f77949e 1/var/log/quagga/zebra.log {
788cdc6d 2 notifempty
3 missingok
788cdc6d 4 postrotate
5ae35f45 5 /bin/kill -USR1 `cat /var/run/quagga/zebra.pid 2> /dev/null` 2> /dev/null || true
788cdc6d 6 endscript
7}
8
5f77949e 9/var/log/quagga/bgpd.log {
788cdc6d 10 notifempty
11 missingok
788cdc6d 12 postrotate
5ae35f45 13 /bin/kill -USR1 `cat /var/run/quagga/bgpd.pid 2> /dev/null` 2> /dev/null || true
788cdc6d 14 endscript
15}
16
0bd268a5
DW
17/var/log/quagga/isisd.log {
18 notifempty
19 missingok
20 postrotate
21 /bin/kill -USR1 `cat /var/run/quagga/isisd.pid 2> /dev/null` 2> /dev/null || true
22 endscript
23}
24
5f77949e 25/var/log/quagga/ospfd.log {
788cdc6d 26 notifempty
27 missingok
788cdc6d 28 postrotate
5ae35f45 29 /bin/kill -USR1 `cat /var/run/quagga/ospfd.pid 2> /dev/null` 2> /dev/null || true
788cdc6d 30 endscript
31}
32
5f77949e 33/var/log/quagga/ospf6d.log {
788cdc6d 34 notifempty
35 missingok
788cdc6d 36 postrotate
5ae35f45 37 /bin/kill -USR1 `cat /var/run/quagga/ospf6d.pid 2> /dev/null` 2> /dev/null || true
788cdc6d 38 endscript
39}
40
5f77949e 41/var/log/quagga/ripd.log {
788cdc6d 42 notifempty
43 missingok
788cdc6d 44 postrotate
5ae35f45 45 /bin/kill -USR1 `cat /var/run/quagga/ripd.pid 2> /dev/null` 2> /dev/null || true
788cdc6d 46 endscript
47}
48
5f77949e 49/var/log/quagga/ripngd.log {
788cdc6d 50 notifempty
51 missingok
788cdc6d 52 postrotate
5ae35f45 53 /bin/kill -USR1 `cat /var/run/quagga/ripngd.pid 2> /dev/null` 2> /dev/null || true
788cdc6d 54 endscript
55}
b021388f
RW
56
57/var/log/quagga/ldpd.log {
58 notifempty
59 missingok
60 postrotate
61 /bin/kill -USR1 `cat /var/run/quagga/ldpd.pid 2> /dev/null` 2> /dev/null || true
62 endscript
63}