summaryrefslogtreecommitdiffstats
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-26 17:43:38 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-26 17:45:13 +0200
commit2055011a19433a17982240c13a681fc5e4e3acd7 (patch)
tree570a340b731d10bba8758379a173cd1340211add /shell-completion/bash
parentMerge pull request #32494 from arthurzam/bash-importctl (diff)
downloadsystemd-2055011a19433a17982240c13a681fc5e4e3acd7.tar.xz
systemd-2055011a19433a17982240c13a681fc5e4e3acd7.zip
shell-completions: install new completions which were forgotten
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build
index 1588b538d8..16307fe326 100644
--- a/shell-completion/bash/meson.build
+++ b/shell-completion/bash/meson.build
@@ -35,6 +35,7 @@ items = [['busctl', ''],
['coredumpctl', 'ENABLE_COREDUMP'],
['homectl', 'ENABLE_HOMED'],
['hostnamectl', 'ENABLE_HOSTNAMED'],
+ ['importctl', 'ENABLE_IMPORTD'],
['kernel-install', 'ENABLE_KERNEL_INSTALL'],
['localectl', 'ENABLE_LOCALED'],
['loginctl', 'ENABLE_LOGIND'],
@@ -44,6 +45,7 @@ items = [['busctl', ''],
['portablectl', 'ENABLE_PORTABLED'],
['resolvectl', 'ENABLE_RESOLVE'],
['systemd-cryptenroll', 'HAVE_LIBCRYPTSETUP'],
+ ['systemd-confext', 'ENABLE_SYSEXT'],
['systemd-dissect', 'HAVE_BLKID'],
['systemd-resolve', 'ENABLE_RESOLVE'],
['systemd-sysext', 'ENABLE_SYSEXT'],