diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-07-02 12:23:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-02 12:23:36 +0200 |
commit | 9a00f57a5ba7ed431e6bac8d8b36518708503b4e (patch) | |
tree | e548891199d5ff830aa74f40cd23e63660dec41a /.gitignore | |
parent | cd4ba18a849dc82735b3787cf99bd3fdc404d5ae (diff) |
path: add new "systemd-path" utility for querying paths described in file-hierarchy(7)
This new tool is based on "sd-path", a new (so far unexported) API for
libsystemd, that can hopefully grow into a workable API covering /opt
and more one day.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fe8c32d42c..9523ea027e 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,7 @@ /systemd-networkd-wait-online /systemd-notify /systemd-nspawn +/systemd-path /systemd-quotacheck /systemd-random-seed /systemd-rc-local-generator |