chiark / gitweb /
bash-completion: split completions and move to new location
authorMichael Biebl <biebl@debian.org>
Sat, 2 Mar 2013 21:34:01 +0000 (22:34 +0100)
committerMichael Biebl <biebl@debian.org>
Sun, 3 Mar 2013 13:39:51 +0000 (14:39 +0100)
commitd611dadcc74db10ba533ee6859308f5fc505aee1
tree65197630b8706b4edb0200278464551a7d2518e2
parent076a24adf4bfbb9c5aa8167e102c253c7e1c651e
bash-completion: split completions and move to new location

Split the large bash completion script into separate, smaller files each
named after the binary it is used for and move the files to
/usr/share/bash-completion/completions. This way the completions can be
loaded on demand and we only install the completions for the tools we
actually build. The old path /etc/bash_completion.d/ is deprecated and
will disappear in the future.
Makefile.am
shell-completion/bash/hostnamectl [new file with mode: 0644]
shell-completion/bash/journalctl [new file with mode: 0644]
shell-completion/bash/localectl [new file with mode: 0644]
shell-completion/bash/loginctl [new file with mode: 0644]
shell-completion/bash/systemctl [new file with mode: 0644]
shell-completion/bash/systemd-coredumpctl [new file with mode: 0644]
shell-completion/bash/timedatectl [new file with mode: 0644]
shell-completion/bash/udevadm [new file with mode: 0644]
shell-completion/systemd-bash-completion.sh [deleted file]