]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: use common macro for a set of specifiers
authorMatthias Lisin <6209465+ml-@users.noreply.github.com>
Wed, 26 Jun 2024 02:12:42 +0000 (04:12 +0200)
committerMatthias Lisin <6209465+ml-@users.noreply.github.com>
Wed, 26 Jun 2024 02:18:14 +0000 (04:18 +0200)
commit282bda46f1fc040fa5b1689bf7dbb987f607a47f
tree2dd244a17f00bb0f592cce5184c634c6903836dd
parent632094641148f85d226b39ce168cf1db40d822fb
tmpfiles: use common macro for a set of specifiers

This adds %q, %A and %M specifiers to tmpfiles:
- %A and %M were previously added to tmpfiles.d man page, but not to specifier_table
- %q is added via COMMON_SYSTEM_SPECIFIERS
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c
test/units/TEST-22-TMPFILES.20.sh [new file with mode: 0755]