diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-07-09 16:06:26 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-10-13 16:39:08 -0700 |
commit | 53dc1cc6aff4c5a85ce5f5f89007a503a6e363ed (patch) | |
tree | 9010bc1334ad2a58e03b5c071535134d6f0c8ac7 /Makefile.am | |
parent | 548a22cca3daa57fd592647bc93ae2370c705f94 (diff) | |
download | vyatta-cfg-quagga-53dc1cc6aff4c5a85ce5f5f89007a503a6e363ed.tar.gz vyatta-cfg-quagga-53dc1cc6aff4c5a85ce5f5f89007a503a6e363ed.zip |
Remove dynamic start of routing daemons
The CLI begin transaction restrictions make this impossible to
do in a stable manner.
Related to bug 4537
(cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 64323cb6..50f47de0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,6 @@ sbin_SCRIPTS += scripts/policy/vyatta-check-as-prepend.pl sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl sbin_SCRIPTS += scripts/vyatta-gateway-static_route-check.pl sbin_SCRIPTS += scripts/vyatta-link-detect -sbin_SCRIPTS += scripts/quagga-manager sbin_PROGRAMS = src/check_prefix_boundary |