diff options
author | Wieland Hoffmann <themineo@gmail.com> | 2014-03-10 15:17:31 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-15 00:32:06 -0400 |
commit | d895500c478c6ad7904905bb4c08176d5a6c0763 (patch) | |
tree | c4008c7b50a68ff4695139e35d42a3a33316366c /Makefile.am | |
parent | 8fe90522fb74dd84ff791a7546fee70047672396 (diff) |
zsh completion: Install _sd_machines with _machinectl
_machinectl uses _sd_machines to provide a list of all available
machines.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 60cb991272..9e01cd520b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4067,7 +4067,8 @@ dist_dbuspolicy_DATA += \ src/machine/org.freedesktop.machine1.conf dist_zshcompletion_DATA += \ - shell-completion/zsh/_machinectl + shell-completion/zsh/_machinectl \ + shell-completion/zsh/_sd_machines SYSTEM_UNIT_ALIASES += \ systemd-machined.service dbus-org.freedesktop.machine1.service |