]> git.puffer.fish Git - mirror/frr.git/commit
tools/frr.in: Only attempt to load daemons.conf if present 4020/head
authorChristian Franke <chris@opensourcerouting.org>
Tue, 26 Mar 2019 09:28:09 +0000 (10:28 +0100)
committerChristian Franke <chris@opensourcerouting.org>
Tue, 26 Mar 2019 09:33:45 +0000 (10:33 +0100)
commita55578f631e054d45ad14d74a0d45f53a0c634be
tree75b6cd9b3d32f7ae32019ee89e244a4ba08ca309
parentdfff60ed3163a184b32adcadf559a09652ecccee
tools/frr.in: Only attempt to load daemons.conf if present

Apparently, the default changed to use `/etc/frr/daemons` instead of
`/etc/frr/daemons.conf`. Therefore, we should ignore absence of the
latter file, because its absence is not an actuall error but will
cause a confusing error message like this:

    /etc/init.d/frr: line 507: /etc/frr/daemons.conf: No such file or directory
tools/frr.in