mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 03:53:38 +00:00
debian: Fix logrotate in debian for bfdd, pbrd and vrrpd.
Signed-off-by: Tim Bray <tim@kooky.org>
This commit is contained in:
parent
571ea93a70
commit
b1b9e219f9
2
debian/frr.logrotate
vendored
2
debian/frr.logrotate
vendored
@ -17,7 +17,7 @@
|
|||||||
# open, as well as the daemons, so always signal the daemons.
|
# open, as well as the daemons, so always signal the daemons.
|
||||||
# It's safe, a NOP if (only) syslog is being used.
|
# 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 \
|
||||||
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
|
if [ -e /var/run/frr/$i.pid ] ; then
|
||||||
pids="$pids $(cat /var/run/frr/$i.pid)"
|
pids="$pids $(cat /var/run/frr/$i.pid)"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user