diff options
author | Deepti Kulkarni <deepti@vyatta.com> | 2010-07-23 18:19:16 +0000 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-18 11:42:09 -0700 |
commit | 668bfe342afccb6f1c1288c1d6ae3a65167ffa40 (patch) | |
tree | 0403b653c3c665678537dd3e2c1bc59f66272946 /Makefile.am | |
parent | 173b7bad08a6440e8892156cbdcf607475a25b65 (diff) | |
download | vyatta-op-668bfe342afccb6f1c1288c1d6ae3a65167ffa40.tar.gz vyatta-op-668bfe342afccb6f1c1288c1d6ae3a65167ffa40.zip |
Adding 'generate tech-support archive'command
(cherry picked from commit 7d4d9c74b8105a27cc54f55ddb98ea90112e13c6)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 589bb2c..e2c30a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ bin_SCRIPTS += scripts/show-image-storage.pl bin_SCRIPTS += scripts/node-exists.pl bin_SCRIPTS += scripts/vyatta-remote-copy.pl bin_SCRIPTS += scripts/vyatta-show-current-user +bin_SCRIPTS += scripts/tech-support-archive sbin_SCRIPTS = scripts/dhcpv6-client-show-leases.pl |