]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tools: rename source for virt-login-shell
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 1 Aug 2019 09:57:39 +0000 (10:57 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 7 Aug 2019 15:54:01 +0000 (16:54 +0100)
We'll shortly be renaming the binary to virt-login-shell-helper
and introducing a new tool as virt-login-shell. Renaming the
source file first gives a much more usefull diff for the next
commit.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tools/Makefile.am
tools/virt-login-shell-helper.c [moved from tools/virt-login-shell.c with 99% similarity]

index 2807b9f6fd53e6a995049e700e8b789e56167e1f..125540d31309fb047c43ea5a73db296b0d153bc8 100644 (file)
@@ -198,7 +198,7 @@ virt_host_validate_CFLAGS = \
 # This we statically link to a library containing only the minimal
 # libvirt client code, not libvirt.so itself.
 virt_login_shell_SOURCES = \
-               virt-login-shell.c
+               virt-login-shell-helper.c
 
 virt_login_shell_LDFLAGS = \
                $(AM_LDFLAGS) \
similarity index 99%
rename from tools/virt-login-shell.c
rename to tools/virt-login-shell-helper.c
index 8ffc72ab9ac0075ddc4b2742c4d377aa7456e23d..f06eb1464af438c747ed467bafd0ff4902afa1e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * virt-login-shell.c: a shell to connect to a container
+ * virt-login-shell-helper.c: a shell to connect to a container
  *
  * Copyright (C) 2013-2014 Red Hat, Inc.
  *