]> git.puffer.fish Git - mirror/frr.git/commitdiff
debian: Add missing daemons to logrotation knowledge 6642/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 25 Jun 2020 11:13:50 +0000 (07:13 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 25 Jun 2020 11:13:50 +0000 (07:13 -0400)
Update missing daemons to rotate as well.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
debian/frr.logrotate

index a6b2b22f561cbb0d077b2c433fe562848fa66b41..a56a908bdfb50b2aa57fabd043ad97d0966f87fb 100644 (file)
@@ -16,7 +16,7 @@
             # between file and syslog, rsyslogd might still have file
             # open, as well as the daemons, so always signal the daemons.
             # It's safe, a NOP if (only) syslog is being used.
-            for i in babeld bgpd eigrpd isisd ldpd nhrpd ospf6d ospfd \
+            for i in babeld bgpd eigrpd isisd ldpd nhrpd ospf6d ospfd sharpd \
                 pimd ripd ripngd zebra pbrd staticd bfdd fabricd vrrpd; do
                 if [ -e /var/run/frr/$i.pid ] ; then
                     pids="$pids $(cat /var/run/frr/$i.pid)"