diff options
author | Quentin Young <qlyoung@nvidia.com> | 2022-01-24 21:05:48 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@nvidia.com> | 2022-01-24 21:05:48 +0100 |
commit | 348555403192d7812f2ecaf0fdc0e6e0aa9b6a52 (patch) | |
tree | 1df8d2b99dd3703d82d1c9acbdf051213f507118 /redhat | |
parent | Merge pull request #10374 from opensourcerouting/bgp-reset-counters (diff) | |
download | frr-348555403192d7812f2ecaf0fdc0e6e0aa9b6a52.tar.xz frr-348555403192d7812f2ecaf0fdc0e6e0aa9b6a52.zip |
redhat: logrotate file has typo for staticd
s/static/staticd
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/frr.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate index b488ad08d..22b2332b7 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 } |