]> git.puffer.fish Git - mirror/frr.git/commit
tools: Don't complain about missing PID files when stopping all damons 11315/head
authorMartin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Tue, 31 May 2022 12:16:34 +0000 (14:16 +0200)
committerMartin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Tue, 31 May 2022 12:16:34 +0000 (14:16 +0200)
commitf0cccaa6bf7dda71d0e1ad1b0406a9b453a84bb3
tree866e7e93d5c19b44474ab95ebb1e3a18f4fd8feb
parentfdf4a4f73c9eb85d3307cda0603dd6404f85373b
tools: Don't complain about missing PID files when stopping all damons

Since 1686b1d4864384ee508b58418f20970f2dff2587, we try to stop all daemons,
even those which are not (no longer) enabled in /etc/frr/daemons. But we
shouldn't complain about missing PID files for daemons which have never been
started and just silently ignore those.

Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
tools/frrcommon.sh.in