From 07cd4fc16806783d3b6b3008db222ac6a024805c Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sun, 8 Apr 2012 16:50:16 +0200 Subject: udev: remove support for /lib/udev/devices/; tmpfiles should be used --- man/udev.xml | 7 +++---- man/udevd.xml | 5 ----- 2 files changed, 3 insertions(+), 9 deletions(-) (limited to 'man') diff --git a/man/udev.xml b/man/udev.xml index 168b1dc150..101286699f 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -513,10 +513,9 @@ Apply the permissions specified in this rule to the static device node with - the specified name. Static device nodes might be provided by kernel modules - or copied from /usr/lib/udev/devices. These nodes might not have - a corresponding kernel device at the time udevd is started; they can trigger - automatic kernel module loading. + the specified name. Static device node creation can be requested by kernel modules. + These nodes might not have a corresponding kernel device at the time udevd is + started; they can trigger automatic kernel module loading. diff --git a/man/udevd.xml b/man/udevd.xml index d6e401a0b2..7c4e174cbe 100644 --- a/man/udevd.xml +++ b/man/udevd.xml @@ -45,11 +45,6 @@ instructions specified in udev rules. See udev7 . - On startup the content of the directory /usr/lib/udev/devices - is copied to /dev. If kernel modules specify static device - nodes, these nodes are created even without a corresponding kernel device, to - allow on-demand loading of kernel modules. Matching permissions specified in udev - rules are applied to these static device nodes. The behavior of the running daemon can be changed with udevadm control. -- cgit v1.2.3-54-g00ecf