]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/tmpfiles.d.xml
tmpfiles: make t and a globby, add their recursive versions T and A
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 18 Jan 2015 07:10:00 +0000 (02:10 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 22 Jan 2015 06:14:53 +0000 (01:14 -0500)
commitb705ab6a838937f947216af7b2d1fffb00f8b0dc
tree41c927a289060e9577bdfaec6ace27a48746916f
parent081043cf06cc67a327f55806039639c55acdd439
tmpfiles: make t and a globby, add their recursive versions T and A

For types which adapt existing files it is generally more useful to accept
globs.

In analogy to z and Z, add recursive versions using uppercase letters.

Technically, making a accept globs is backwards incompatible, but in
practice it probably isn't yet widely used and we can assume that most
people don't create files with wildcards in names.

Functions which are used as callbacks, but not directly on items, are
renamed not to have "item_" prefix.
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c