diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-03-03 10:23:03 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-03-03 10:23:03 -0500 |
commit | c18b9618f4577fb80b07a0471f19a11ed2b3dfcb (patch) | |
tree | 943883a5b252b631bb34bcaece440f11cc300bfa /Makefile.am | |
parent | 918b53841364a016eec0e2996640c471f738e93b (diff) | |
download | vyatta-op-c18b9618f4577fb80b07a0471f19a11ed2b3dfcb.tar.gz vyatta-op-c18b9618f4577fb80b07a0471f19a11ed2b3dfcb.zip |
New implementation of the version display command (ref T6).
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 e736419..8212b02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ interp_DATA += functions/interpreter/vyatta-image-complete bin_SCRIPTS = scripts/vyatta-show-interfaces bin_SCRIPTS += scripts/vyatta-show-interfaces.pl -bin_SCRIPTS += scripts/vyatta-show-version +bin_SCRIPTS += scripts/vyos-show-version bin_SCRIPTS += scripts/vyatta-show-dhclient.pl bin_SCRIPTS += scripts/vyatta-show-dmi bin_SCRIPTS += scripts/vyatta-tshark-interface-port.pl |