diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-06 22:57:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 10:17:25 +0000 |
commit | 15a9a2823dd313a35a334a7e4a328c7e6d656365 (patch) | |
tree | 3fc727c9eb314f0a7c62df4c0d577108bb267ba1 | |
parent | Adding container rename to mv symlink. (diff) | |
download | compute-tools-15a9a2823dd313a35a334a7e4a328c7e6d656365.tar.xz compute-tools-15a9a2823dd313a35a334a7e4a328c7e6d656365.zip |
Renaming container rename command to move for consistency.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/container/move (renamed from lib/container/rename) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -104,8 +104,8 @@ install: build ln -sf container-create-debconf.1 $(DESTDIR)/usr/share/man/man1/container-create-progress-linux.1 ln -sf list $(DESTDIR)/usr/lib/$(SOFTWARE)/container/ls + ln -sf move $(DESTDIR)/usr/lib/$(SOFTWARE)/container/mv ln -sf remove $(DESTDIR)/usr/lib/$(SOFTWARE)/container/rm - ln -sf rename $(DESTDIR)/usr/lib/$(SOFTWARE)/container/mv ln -sf version $(DESTDIR)/usr/lib/$(SOFTWARE)/container/ver mkdir -p $(DESTDIR)/lib/systemd/system diff --git a/lib/container/rename b/lib/container/move index 467d687..467d687 100755 --- a/lib/container/rename +++ b/lib/container/move |