diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-04-24 12:47:46 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-04-24 12:47:46 -0700 |
commit | bc9a250955783b077d0337117463f88a12bb2288 (patch) | |
tree | 0b700488477febfb022d1bccf448cce51b59c2d4 /Makefile.am | |
parent | cc6a74dde28945cdc72ac4081500a05ad3805795 (diff) | |
download | vyatta-cfg-bc9a250955783b077d0337117463f88a12bb2288.tar.gz vyatta-cfg-bc9a250955783b077d0337117463f88a12bb2288.zip |
Eliminate vestigates of watchlink
Watchlink is no longer used to manage link detection.
This is now provided by kernel.
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 4496be6..a309d34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,6 @@ sbin_SCRIPTS += scripts/vyatta-cfg-notify sbin_SCRIPTS += scripts/vyatta-interfaces.pl sbin_SCRIPTS += scripts/vyatta-irqaffin sbin_SCRIPTS += scripts/vyatta-check-typeless-node.pl -sbin_SCRIPTS += scripts/vyatta-watchlink-exclude.pl share_perl5_SCRIPTS = scripts/VyattaConfig.pm share_perl5_SCRIPTS += scripts/VyattaConfigDOMTree.pm |