diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2020-10-04 15:39:24 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 08:05:41 +0200 |
commit | 7c57a030e0d654ce0e4d557da826170fb5ac5bc2 (patch) | |
tree | a48aa33a9585d7f004becc0fa8b092be4ef7508c /shell-completion | |
parent | 12bab3579f20c430f770072f26949d8979870a28 (diff) | |
download | systemd-7c57a030e0d654ce0e4d557da826170fb5ac5bc2.tar.gz |
shell-completion: add missing completions to meson.build
Completions for systemd-id128 and homectl have been available for a
while, but weren’t being installed.
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index 0d3022b1e9..1df70147af 100644 --- a/shell-completion/bash/meson.build +++ b/shell-completion/bash/meson.build @@ -24,6 +24,7 @@ if bashcompletiondir != 'no' ['systemd-cgtop', ''], ['systemd-delta', ''], ['systemd-detect-virt', ''], + ['systemd-id128', ''], ['systemd-nspawn', ''], ['systemd-path', ''], ['systemd-run', ''], @@ -32,6 +33,7 @@ if bashcompletiondir != 'no' [bash_systemctl, ''], ['bootctl', 'ENABLE_EFI'], ['coredumpctl', 'ENABLE_COREDUMP'], + ['homectl', 'ENABLE_HOMED'], ['hostnamectl', 'ENABLE_HOSTNAMED'], ['localectl', 'ENABLE_LOCALED'], ['loginctl', 'ENABLE_LOGIND'], |