diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-17 09:03:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-17 09:03:07 +0200 |
commit | 29703664633a20385a077083b4393738bdcb7409 (patch) | |
tree | 04fa7b0e34702868dec67e32ee86cb2c8b68c971 /Makefile.am | |
parent | 6b3a2fa03e622269973b59b55158b69822024cbf (diff) | |
parent | a92ac42b593cee68a6961f267c4dd27a2d2b8bc5 (diff) | |
download | vyatta-op-29703664633a20385a077083b4393738bdcb7409.tar.gz vyatta-op-29703664633a20385a077083b4393738bdcb7409.zip |
Merge pull request #43 from erkin/current
T3356: Replace vyatta-remote-copy.pl with remote.py
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3d5f475..1bc20b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,6 @@ bin_SCRIPTS += scripts/show-dhcp-leases.pl bin_SCRIPTS += scripts/vyatta-boot-image.pl bin_SCRIPTS += scripts/rename-image.pl bin_SCRIPTS += scripts/show-image-storage.pl -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 |