]> git.puffer.fish Git - mirror/frr.git/commitdiff
debian: Fix logrotate in debian for bfdd, pbrd and vrrpd. 5609/head
authorTim Bray <tim@kooky.org>
Thu, 2 Jan 2020 20:00:07 +0000 (20:00 +0000)
committerTim Bray <tim@kooky.org>
Fri, 10 Jan 2020 00:52:14 +0000 (00:52 +0000)
Signed-off-by: Tim Bray <tim@kooky.org>
debian/frr.logrotate

index 1dc9122ac4b5a7c271a1798241f82d204b1f729a..a6b2b22f561cbb0d077b2c433fe562848fa66b41 100644 (file)
@@ -17,7 +17,7 @@
             # 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 \
-                pimd ripd ripngd zebra staticd fabricd; do
+                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)"
                 fi