chiark / gitweb /
trivial text cleanups
authorKay Sievers <kay.sievers@suse.de>
Tue, 9 Aug 2005 20:11:44 +0000 (22:11 +0200)
committerKay Sievers <kay.sievers@suse.de>
Tue, 9 Aug 2005 20:11:44 +0000 (22:11 +0200)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
README
etc/udev/udev-devfs.rules [moved from etc/udev/udev.rules.devfs with 95% similarity]
extras/run_directory/README

diff --git a/README b/README
index 139c6e1a6ff00e77052a0e9b4bd6093b799ee25e..5dc1e46c8969d2cf6d0065e733a5b25f840fafeb 100644 (file)
--- a/README
+++ b/README
@@ -85,7 +85,8 @@ To use:
 
 If nothing seems to happen, make sure your build worked properly by
 running the udev-test.pl script as root in the test/ subdirectory of the
-udev source tree.
+udev source tree. Running udevstart should populate an empty /dev
+directory. You may test, if a node is recreated after running udevstart.
 
 Development and documentation help is very much appreciated, see the TODO
 file for a list of things left to be done.
similarity index 95%
rename from etc/udev/udev.rules.devfs
rename to etc/udev/udev-devfs.rules
index b7b2c4e12d49e42b03f6aadf0fad35649d64c83e..1e71ae1a17c090e019521ce022795a93061509f8 100644 (file)
@@ -4,9 +4,6 @@
 # it. Use custom rules to name your device or look at the persistent device
 # naming scheme, which is implemented for disks and add your subsystem.
 
-# There are a number of modifiers that are allowed to be used in some of the
-# fields.  See the udev man page for a full description of them.
-
 # ide block devices
 BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
 
index 022c66451c0e53052b2b6f1a5f57bf56cbb506e9..feae2f81bf6ec32416340f119c45d63d2ddab1a6 100644 (file)
@@ -1,5 +1,5 @@
 Use these binaries only if you need backward compatibility with
-older udev versions. The use of /etc/dev.d/ is no longer recommended
+older udev versions. The use of /etc/dev.d/ is no longer recommended.
 Use explicit udev rules with RUN keys to hook into the processing.
 
   /etc/dev.d/ + /etc/hotplug.d/ directory multiplexing is completely
@@ -12,6 +12,6 @@ Use explicit udev rules with RUN keys to hook into the processing.
     The recommended way to handle this is to convert all the calls from
     the directories to explicit udev rules and get completely rid of the
     multiplexing. (To catch a ttyUSB event, you now no longer need to
-    fork and exit 300 tty script instances you are not interested in, it
-    is just one rule that matches exactly the device.)
+    fork and exit 300 tty script instances on bootup you are not interested
+    in, it is just one rule that matches exactly that single device.)