]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: A few more uses of "unmet" for conditions
authorColin Walters <walters@verbum.org>
Mon, 10 Apr 2023 20:22:25 +0000 (16:22 -0400)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Apr 2023 03:36:53 +0000 (12:36 +0900)
commit4e1ac54e1c38682d5435a0cf1a9a1bfdcaa8e3f2
tree6940d89fa9b29aa8778ba1c44267a5ae5639681c
parent2653ded4d1c191c671d6aed51821dd976f2c9712
tree-wide: A few more uses of "unmet" for conditions

This is a followup to
413e8650b71d4404a7453403797f93d73d88c466
> tree-wide: Use "unmet" for condition checks, not "failed"

Since I noticed when running `systemctl status` on a recent
systemd still seeing
`Condition: start condition failed`

To recap the original rationale here for "unmet" is that it's
normal for some units to be conditional, so the term "failure"
here is too strong.
man/org.freedesktop.systemd1.xml
src/core/unit.c
src/systemctl/systemctl-show.c