From: Lucas Werkmeister Date: Sun, 4 Oct 2020 13:39:24 +0000 (+0200) Subject: shell-completion: add missing completions to meson.build X-Git-Tag: v247-rc1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c57a030e0d654ce0e4d557da826170fb5ac5bc2;p=thirdparty%2Fsystemd.git 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. --- diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index 0d3022b1e96..1df70147afc 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'],