forked from pool/systemd
29 lines
812 B
Diff
29 lines
812 B
Diff
From d895500c478c6ad7904905bb4c08176d5a6c0763 Mon Sep 17 00:00:00 2001
|
|
From: Wieland Hoffmann <themineo@gmail.com>
|
|
Date: Mon, 10 Mar 2014 15:17:31 +0100
|
|
Subject: [PATCH] zsh completion: Install _sd_machines with _machinectl
|
|
|
|
_machinectl uses _sd_machines to provide a list of all available
|
|
machines.
|
|
---
|
|
Makefile.am | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git Makefile.am Makefile.am
|
|
index 60cb991..9e01cd5 100644
|
|
--- Makefile.am
|
|
+++ 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
|
|
--
|
|
1.7.9.2
|
|
|