diff options
author | Erik van Konijnenburg <ekonijn@xs4all.nl> | 2008-05-19 09:05:20 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-05-19 09:05:20 +0200 |
commit | ff94cec3d71b5f46eb54645f4bc65e2d67ed5269 (patch) | |
tree | c514a58d2749fa05960d8b3afb12e3e54290c508 /udev.xml | |
parent | 4e548559bacf7a29fcdd2e5eb8a3ad8bfd5441fc (diff) |
add substitution in MODE= field
Do substitition processing in MODE field, similar to substitution in
OWNER, GROUP etc fields. Add test case for normal and overflow behaviour.
Document in manpage.
Diffstat (limited to 'udev.xml')
-rw-r--r-- | udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ </variablelist> <para>The <option>NAME</option>, <option>SYMLINK</option>, <option>PROGRAM</option>, - <option>OWNER</option>, <option>GROUP</option> and <option>RUN</option> + <option>OWNER</option>, <option>GROUP</option>, <option>MODE</option> and <option>RUN</option> fields support simple printf-like string substitutions. The <option>RUN</option> format chars gets applied after all rules have been processed, right before the program is executed. It allows the use of the complete environment set by earlier matching |