diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-03-10 11:56:31 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-03-10 11:56:31 -0800 |
commit | 5c87a29d59330dce77628a36a23b37b078b6810b (patch) | |
tree | 7615aa31087a3ea2b8cc26b548cf89f62905697d /Makefile.am | |
parent | 6d2b81c30523c9ac60d0696359a8a196361f29b3 (diff) | |
download | vyatta-op-5c87a29d59330dce77628a36a23b37b078b6810b.tar.gz vyatta-op-5c87a29d59330dce77628a36a23b37b078b6810b.zip |
Add new ping command script
Bug 3052
Rather than having a ping an op-mode command which has no flexibility
about arguments. Make it a wrapper script that accepts Juniper style
arguments and turns them into Unix style flags.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 14e4253..99f5da6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ bin_SCRIPTS += scripts/vyatta-remote-copy.pl bin_SCRIPTS += scripts/vyatta-show-current-user bin_SCRIPTS += scripts/tech-support-archive bin_SCRIPTS += scripts/vyatta-op-cmd-wrapper -bin_SCRIPTS += scripts/vyatta-ping +bin_SCRIPTS += scripts/ping bin_SCRIPTS += scripts/vyatta-traceroute bin_SCRIPTS += scripts/vyatta-monitor bin_SCRIPTS += scripts/vyatta-monitor-list |