From d4e9eb91ea12e11bff7d8c6265b067a20ccf37b8 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 3 Sep 2012 17:13:18 -0400 Subject: tmpfiles: support globbing for w option Break out the write logic into a separate function and simply use it as a callback to glob_item. This allows users to consolidate writes to sysfs with multiple similar pathnames, e.g. w /sys/class/block/sd[a-z]/queue/read_ahead_kb - - - - 1024 --- man/tmpfiles.d.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index b7397b64b..c6325a457 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -114,7 +114,7 @@ L /tmp/foobar - - - - /dev/null w - Write the argument parameter to a file, if it exists. + Write the argument parameter to a file, if it exists. Lines of this type accept shell-style globs in place of normal path names. -- cgit v1.2.3