From: Donald Sharp Date: Thu, 26 May 2016 23:41:58 +0000 (-0400) Subject: debian: Add pimd to logrotate script X-Git-Tag: frr-2.0-rc1~664 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=705d6afb0584a5b58242d5bbe8bc19f106e5cbf7;p=matthieu%2Ffrr.git debian: Add pimd to logrotate script Add pimd to the log rotate script so that the USR1 signal can be sent to pimd to tell it to rotate the log. Ticket: CM-11253 Signed-off-by: Donald Sharp --- diff --git a/debian/quagga.logrotate b/debian/quagga.logrotate index 5e9eadae36..77e015d725 100644 --- a/debian/quagga.logrotate +++ b/debian/quagga.logrotate @@ -7,7 +7,7 @@ create 640 quagga quaggavty postrotate - for i in zebra bgpd ripd ospfd ripngd ospf6d isisd; do + for i in zebra bgpd ripd ospfd ripngd ospf6d isisd pimd; do if [ -e /var/run/quagga/$i.pid ] ; then kill -USR1 `cat /var/run/quagga/$i.pid` fi