summaryrefslogtreecommitdiff
path: root/extras/run_directory
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-09 22:11:44 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-09 22:11:44 +0200
commitd47fd445bd9ade720776f661a4ad7c4b2202d6f0 (patch)
tree84ccd4a53c5649e991e4b8e54528b137debe72b9 /extras/run_directory
parenta37610d0f885ee301fd99757beb9fd7af729307f (diff)
trivial text cleanups
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/run_directory')
-rw-r--r--extras/run_directory/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/run_directory/README b/extras/run_directory/README
index 022c66451c..feae2f81bf 100644
--- a/extras/run_directory/README
+++ b/extras/run_directory/README
@@ -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.)