chiark / gitweb /
path: add new "systemd-path" utility for querying paths described in file-hierarchy(7)
authorLennart Poettering <lennart@poettering.net>
Wed, 2 Jul 2014 10:23:36 +0000 (12:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 2 Jul 2014 10:23:36 +0000 (12:23 +0200)
commit9a00f57a5ba7ed431e6bac8d8b36518708503b4e
treee548891199d5ff830aa74f40cd23e63660dec41a
parentcd4ba18a849dc82735b3787cf99bd3fdc404d5ae
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.
14 files changed:
.gitignore
Makefile-man.am
Makefile.am
man/file-hierarchy.xml
man/systemd-path.xml [new file with mode: 0644]
src/libsystemd/sd-path/Makefile [new symlink]
src/libsystemd/sd-path/sd-path.c [new file with mode: 0644]
src/path/Makefile [new symlink]
src/path/path.c [new file with mode: 0644]
src/shared/architecture.h
src/shared/strv.c
src/shared/strv.h
src/shared/util.c
src/systemd/sd-path.h [new file with mode: 0644]