tmpfiles: add --cat-config
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 26 Apr 2018 17:07:54 +0000 (19:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 27 Apr 2018 08:06:24 +0000 (10:06 +0200)
commitceaaeb9bab2efee578971615c584c4c91b9d3858
treee7102716d7110035811a019cf36c9484ab32bee1
parent854a42fb2e9db1b9eaa381559d7671f2e9b3a0f1
tmpfiles: add --cat-config

This implements similar logic as conf_files_cat(), but with slightly different
file gathering logic. I also want to add support for replacement files later on,
so it seems better to keep those two file-gathering functions separate.
man/standard-options.xml
man/systemd-tmpfiles.xml
src/basic/conf-files.c
src/basic/conf-files.h
src/tmpfiles/tmpfiles.c