diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-04-25 14:40:06 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-04-25 14:40:06 -0700 |
commit | be583e255cfcc787944ebf9a9a73bda7a8e064f3 (patch) | |
tree | 02e5377e818d1bfb2fc187d24f90f0e96e21c761 /Makefile.am | |
parent | 69b0e51b4a3afeb6cf1fb8893c3e705412d988b0 (diff) | |
download | vyatta-cfg-quagga-be583e255cfcc787944ebf9a9a73bda7a8e064f3.tar.gz vyatta-cfg-quagga-be583e255cfcc787944ebf9a9a73bda7a8e064f3.zip |
Remove linkstatus script
Watchlink is no longer used/needed
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 3f4f0328..82880874 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,6 @@ sbin_SCRIPTS += scripts/policy/vyatta-policy.pl sbin_SCRIPTS += scripts/vyatta_quagga_utils.pl sbin_SCRIPTS += scripts/policy/vyatta-check-as-prepend.pl sbin_SCRIPTS += scripts/vyatta-vtysh.pl -sbin_SCRIPTS += scripts/vyatta-linkstatus.pl sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ |