Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > 53d306d827a9f1592405bc21bf43f63e > files > 1

quagga-0.99.18-1.3.mga1.x86_64.rpm

/var/log/quagga/zebra.log {
    notifempty
    missingok
    postrotate
	/bin/kill -USR1 `cat /var/run/quagga/zebra.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/bgpd.log {
    notifempty
    missingok
    postrotate
	/bin/kill -USR1 `cat /var/run/quagga/bgpd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/ospfd.log {
    notifempty
    missingok
    postrotate
	/bin/kill -USR1 `cat /var/run/quagga/ospfd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/ospf6d.log {
    notifempty
    missingok
    postrotate
	/bin/kill -USR1 `cat /var/run/quagga/ospf6d.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/ripd.log {
    notifempty
    missingok
    postrotate
	/bin/kill -USR1 `cat /var/run/quagga/ripd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/ripngd.log {
    notifempty
    missingok
    postrotate
	/bin/kill -USR1 `cat /var/run/quagga/ripngd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}