diff options
author | Christian Breunig <christian@poessinger.com> | 2023-09-13 19:16:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 19:16:14 +0200 |
commit | 4b81c794554c4f159bfc4337c0d62741d8be57c7 (patch) | |
tree | f4579275783b696599166af6a47ce451911be023 /Makefile.am | |
parent | c7ba8da6b8cac22e6446b4e5a65ba117d1fe866e (diff) | |
parent | 8f08086c2a608529e97e0b76f75ce7d6616f8b31 (diff) | |
download | vyatta-op-4b81c794554c4f159bfc4337c0d62741d8be57c7.tar.gz vyatta-op-4b81c794554c4f159bfc4337c0d62741d8be57c7.zip |
Merge pull request #67 from dmbaturin/T671-tech-support
T671: remove the old tech-support report implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b2f32d4..ab85087 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,6 @@ bin_sudo_usersdir = $(bindir)/sudo-users etc_shell_leveldir = $(sysconfdir)/shell/level funcdir = $(datadir)/vyatta-op/functions -func_DATA = functions/tech-support -func_DATA += functions/tech-support-brief interpdir = $(datadir)/vyatta-op/functions/interpreter interp_DATA = functions/interpreter/vyatta-op-run @@ -22,7 +20,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/tech-support-archive bin_SCRIPTS += scripts/vyatta-op-cmd-wrapper sbin_SCRIPTS = scripts/vyatta-image-tools.pl |