]> git.ipfire.org Git - thirdparty/systemd.git/commit - shell-completion/bash/systemctl.in
bash-completion: systemctl: do not pass masked or not-found units to filter
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 Sep 2016 07:20:05 +0000 (16:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 Sep 2016 07:20:05 +0000 (16:20 +0900)
commitb1bdb6496c07fc4fcf3f0feae69b5ef89ae557d9
treebb8ca60ff51252dba18c1cc7d4ccd5c7babbea1b
parentde737be0a8c90a7a1f113e0c63f995937da32f4e
bash-completion: systemctl: do not pass masked or not-found units to filter

Also, add new function __filter_units_by_properties() for filtering units by
multiple properties, and make __get_startable_units() use it.

fixes #4114
shell-completion/bash/systemctl.in