From 474a49a32c9bf2334ada615efcb9981358766fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Fri, 19 Oct 2018 12:18:13 +0200 Subject: [PATCH] Rename ssh_client pkg It is a client after all and it prevents clashing with the (currently not existing) ssh_terminal pkg receipe. Fixes #119. --- recipes/pkg/{ssh_terminal => ssh_client}/README | 0 recipes/pkg/{ssh_terminal => ssh_client}/archives | 0 recipes/pkg/{ssh_terminal => ssh_client}/hash | 0 recipes/pkg/{ssh_terminal => ssh_client}/runtime | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename recipes/pkg/{ssh_terminal => ssh_client}/README (100%) rename recipes/pkg/{ssh_terminal => ssh_client}/archives (100%) rename recipes/pkg/{ssh_terminal => ssh_client}/hash (100%) rename recipes/pkg/{ssh_terminal => ssh_client}/runtime (100%) diff --git a/recipes/pkg/ssh_terminal/README b/recipes/pkg/ssh_client/README similarity index 100% rename from recipes/pkg/ssh_terminal/README rename to recipes/pkg/ssh_client/README diff --git a/recipes/pkg/ssh_terminal/archives b/recipes/pkg/ssh_client/archives similarity index 100% rename from recipes/pkg/ssh_terminal/archives rename to recipes/pkg/ssh_client/archives diff --git a/recipes/pkg/ssh_terminal/hash b/recipes/pkg/ssh_client/hash similarity index 100% rename from recipes/pkg/ssh_terminal/hash rename to recipes/pkg/ssh_client/hash diff --git a/recipes/pkg/ssh_terminal/runtime b/recipes/pkg/ssh_client/runtime similarity index 100% rename from recipes/pkg/ssh_terminal/runtime rename to recipes/pkg/ssh_client/runtime