]> git.puffer.fish Git - matthieu/frr.git/commitdiff
debian: Add pimd to logrotate script
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 23:41:58 +0000 (19:41 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 23:41:58 +0000 (19:41 -0400)
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 <sharpd@cumulusnetworks.com>
debian/quagga.logrotate

index 5e9eadae36147545ba5365e863abeaab4609df52..77e015d7254205bfa21b6776cbf9301f260607f2 100644 (file)
@@ -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