From: Wieland Hoffmann Date: Mon, 10 Mar 2014 14:17:31 +0000 (+0100) Subject: zsh completion: Install _sd_machines with _machinectl X-Git-Tag: v212~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d895500c478c6ad7904905bb4c08176d5a6c0763;p=thirdparty%2Fsystemd.git zsh completion: Install _sd_machines with _machinectl _machinectl uses _sd_machines to provide a list of all available machines. --- diff --git a/Makefile.am b/Makefile.am index 60cb991272e..9e01cd520bb 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