summaryrefslogtreecommitdiff
path: root/tools/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2018-11-30 21:40:39 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2018-12-06 23:05:48 +0100
commitea4d91bfbac01957a73d55f20bbe2c85ff8d0196 (patch)
treeba3136aa964a2aca49623f5bade4b33df03797d0 /tools/subdir.am
parentaf568444cba565370a978bdc61a43c024df913fd (diff)
debian/tools: new init script
This separates the init script used for the system (and called in the systemd unit file) from the script that watchfrr uses to control daemons. Mixing these two caused the entire thing to become a rather huge spaghetti mess. Note that there is a behaviour change in that the new script always starts zebra regardless of zebra_enable. Side changes: - Ubuntu 12.04 removed from backports since it doesn't work anyway - zebra is always started regardless of zebra_enable. To disable FRR, the entire init script should be disabled through policy. - no-watchfrr operation is no longer supported by the scripts in the Debian packages. (This is intentional.) Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tools/subdir.am')
-rw-r--r--tools/subdir.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/subdir.am b/tools/subdir.am
index 2e68dfee09..ff41fe2c63 100644
--- a/tools/subdir.am
+++ b/tools/subdir.am
@@ -13,6 +13,10 @@ sbin_SCRIPTS += \
tools/frr-reload \
tools/frr-reload.py \
tools/frr \
+ \
+ tools/frrcommon.sh \
+ tools/frrinit.sh \
+ tools/watchfrr.sh \
# end
tools_permutations_SOURCES = tools/permutations.c