]> git.puffer.fish Git - mirror/frr.git/commit
tools: Set correct directory of vtysh for frr-reload.py 13112/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 23 Mar 2023 18:55:14 +0000 (20:55 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sun, 26 Mar 2023 12:21:14 +0000 (12:21 +0000)
commit3ad1a2a48132c7bfbe3cc8e6140e74e24d6d1d87
tree4dbf89d5c99814899b1ad7746d27fa511b0dbfec
parentc9820702be46cc0c2fd7c2d5ce72fa9b8afe6be9
tools: Set correct directory of vtysh for frr-reload.py

Before it was setting SDIR, which is /usr/lib/frr, but the vtysh binary is put
under bindir (which is /usr/local by default). And running `/usr/lib/frr/frr reload`
failed.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit c9bdc0c79e0c2a27af94349eb5010175205ee7fb)
configure.ac
tools/frr.in
tools/frrcommon.sh.in
tools/frrinit.sh.in