From 348555403192d7812f2ecaf0fdc0e6e0aa9b6a52 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 24 Jan 2022 15:05:48 -0500 Subject: [PATCH] redhat: logrotate file has typo for staticd s/static/staticd Signed-off-by: Quentin Young --- redhat/frr.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate index b488ad08dc..22b2332b7c 100644 --- a/redhat/frr.logrotate +++ b/redhat/frr.logrotate @@ -138,7 +138,7 @@ notifempty missingok postrotate - /bin/kill -USR1 `cat /var/run/frr/static.pid 2> /dev/null` 2> /dev/null || true + /bin/kill -USR1 `cat /var/run/frr/staticd.pid 2> /dev/null` 2> /dev/null || true endscript }