From: Michael Tremer Date: Mon, 28 Sep 2020 16:07:03 +0000 (+0000) Subject: Rename collecty-client to collecty X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae06a580bc6d0176b0fa348d9d624e16562a0224;p=collecty.git Rename collecty-client to collecty Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 7db6211..596763e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,8 +67,8 @@ dist_doc_DATA = \ # ------------------------------------------------------------------------------ dist_bin_SCRIPTS = \ - src/collectyd \ - src/collecty-client + src/scripts/collecty \ + src/scripts/collectyd collecty_PYTHON = \ src/collecty/__init__.py \ diff --git a/src/collecty-client b/src/scripts/collecty similarity index 100% rename from src/collecty-client rename to src/scripts/collecty diff --git a/src/collectyd b/src/scripts/collectyd similarity index 100% rename from src/collectyd rename to src/scripts/collectyd