summaryrefslogtreecommitdiff
path: root/extras/run_directory/README
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-03-28 20:35:05 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-03-28 20:35:05 +0200
commita401355d5aed89f686d178f01400432c71cf6380 (patch)
treeca0a5ab860aed72a38db571e7a43a5a38770a98e /extras/run_directory/README
parent1532b47bdf8cabc86d7e0f6d5e81342c42c48b2a (diff)
finally remove the directory event-multiplexer crap
Diffstat (limited to 'extras/run_directory/README')
-rw-r--r--extras/run_directory/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/extras/run_directory/README b/extras/run_directory/README
deleted file mode 100644
index feae2f81bf..0000000000
--- a/extras/run_directory/README
+++ /dev/null
@@ -1,17 +0,0 @@
-Use these binaries only if you need backward compatibility with
-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
- removed from udev itself and must be emulated by calling small
- helper binaries provided by these helpers:
- make EXTRAS=extras/run_directory/
- will build udev_run_devd and udev_run_hotplugd, which can be called
- from a rule if needed:
- RUN+="/sbin/udev_run_hotplugd"
- 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 on bootup you are not interested
- in, it is just one rule that matches exactly that single device.)
-