diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/frr.logrotate | 2 | ||||
| -rw-r--r-- | debian/frr.preinst | 1 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/frr.logrotate b/debian/frr.logrotate index a56a908bdf..ea09c1bf87 100644 --- a/debian/frr.logrotate +++ b/debian/frr.logrotate @@ -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 sharpd \ -                pimd ripd ripngd zebra pbrd staticd bfdd fabricd vrrpd; do +                pimd ripd ripngd zebra pathd pbrd staticd bfdd fabricd vrrpd; do                  if [ -e /var/run/frr/$i.pid ] ; then                      pids="$pids $(cat /var/run/frr/$i.pid)"                  fi diff --git a/debian/frr.preinst b/debian/frr.preinst index 0e10e39247..2af5a4ed8f 100644 --- a/debian/frr.preinst +++ b/debian/frr.preinst @@ -73,6 +73,7 @@ EOF  		-o -f /etc/frr/eigrpd.conf \  		-o -f /etc/frr/babeld.conf \  		-o -f /etc/frr/pbrd.conf \ +		-o -f /etc/frr/pathd.conf \  		-o -f /etc/frr/bfdd.conf; then  		# no explicit statement, but some split config file exists  		# => need to fix vtysh.conf & frr.conf in postinst  | 
