diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-02 12:27:07 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:28 -0500 |
commit | 12b09b2a196a00389d4e1b1996fcf29689141920 (patch) | |
tree | 912da53f472d43176641cde17f4db688d18a86f7 /Makefile.am | |
parent | 7106043d374852bd104d0a4e41a0d23562533731 (diff) | |
download | vyatta-op-12b09b2a196a00389d4e1b1996fcf29689141920.tar.gz vyatta-op-12b09b2a196a00389d4e1b1996fcf29689141920.zip |
Initial monitor vpn implementation. Other montior commands will be build on these scripts
(cherry picked from commit 334a6fab05b5e51097010b1da41fca32df7b8959)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6ad0386..8999c97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,9 @@ bin_SCRIPTS += scripts/tech-support-archive bin_SCRIPTS += scripts/vyatta-op-cmd-wrapper bin_SCRIPTS += scripts/vyatta-ping bin_SCRIPTS += scripts/vyatta-traceroute +bin_SCRIPTS += scripts/vyatta-monitor +bin_SCRIPTS += scripts/vyatta-monitor-background +bin_SCRIPTS += scripts/vyatta-monitor-background-stop sbin_SCRIPTS = scripts/dhcpv6-client-show-leases.pl sbin_SCRIPTS += scripts/vyatta-image-tools.pl |