resolve: rename "systemd-resolve-host" tool to simply "systemd-resolve"
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Jan 2016 21:10:00 +0000 (22:10 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Jan 2016 15:00:28 +0000 (16:00 +0100)
commitb5eb973b39665d6a66f5a498fbdb511765e646e2
tree90ed92bbe75415a32d5d15a540388d982a6f5089
parentce736ace37399f3dc45e6981852881a6f2448de2
resolve: rename "systemd-resolve-host" tool to simply "systemd-resolve"

The tool resolves way more than just hosts, hence give it a more generic name. This should be safe, as the tool is
currently undocumented. Before we add documentation for it, let's get the name right.

This also moves the C source into src/resolve/ (from src/resolve-host/), since the old name is a misnomer now. Also,
since it links directly to many of the C files of resolved it really belongs into resolved's directory anyway.
.gitignore
Makefile.am
src/resolve-host/Makefile [deleted symlink]
src/resolve/resolve-tool.c [moved from src/resolve-host/resolve-host.c with 100% similarity]