diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-13 14:48:04 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-13 14:48:04 -0800 |
commit | 2c7d42c518187e4e2ee36ddb14c36fc4d5e12bbd (patch) | |
tree | 911055efe56061d1321b97653b3745f01ce688c5 /Makefile.am | |
parent | 779df7e2f84b2750f33c073b2f310398d9f8a0fa (diff) | |
download | vyatta-op-2c7d42c518187e4e2ee36ddb14c36fc4d5e12bbd.tar.gz vyatta-op-2c7d42c518187e4e2ee36ddb14c36fc4d5e12bbd.zip |
fix for bug 2587: add "identify" command under "show interfaces ethernet".
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 6eaec65..d360084 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ bin_sudo_users_SCRIPTS += scripts/vyatta-show-log-all bin_sudo_users_SCRIPTS += scripts/vyatta-show-log-file bin_sudo_users_SCRIPTS += scripts/vyatta-show-dmesg bin_sudo_users_SCRIPTS += scripts/vyatta-show-dmesg-all +bin_sudo_users_SCRIPTS += scripts/vyatta-identify-interface.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |