diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 02:31:09 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 02:31:09 +0100 |
commit | 4ec9c3e79771aa95586390cecff4218cc8938160 (patch) | |
tree | e26e6bd8125ebcefbdf9674739df7573d17a040a /udev/udev.xml | |
parent | 3c6ee190277f9d4bf39269fdb167f9c430633c9b (diff) |
use /run/udev/ if possible and fall back to /dev/.udev/
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 452abc5c0d..deb3429698 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -73,7 +73,7 @@ <para>The udev rules are read from the files located in the default rules directory <filename>/lib/udev/rules.d/</filename>, the custom rules directory <filename>/etc/udev/rules.d/</filename> - and the temporary rules directory <filename>/var/run/udev/rules.d/</filename>. + and the temporary rules directory <filename>/run/udev/rules.d/</filename>. All rule files are sorted and processed in lexical order, regardless in which of these directories they live. Files in <filename>/etc/udev/rules.d/</filename> have precedence over files with |