diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-19 14:55:42 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-19 19:13:19 +0300 | 
| commit | 03ea2db724cd5b76f53d9a8fb2042c4f3f132be9 (patch) | |
| tree | 8cb9b39701de415aa788cc01d5770af630980cd1 /debian/frr.preinst | |
| parent | 16b5065b47d38d0464e81d5302445da8fbaf8fe3 (diff) | |
packaging: Add pathd to logrotate
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'debian/frr.preinst')
| -rw-r--r-- | debian/frr.preinst | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
