Systemd/extras/run_directory
Kay Sievers c76b97dc4d Makefiles: fix .PHONY for man page target
Thanks to David Härdeman for pointing it out.
2006-07-04 18:41:07 +02:00
..
dev.d
Makefile Makefiles: fix .PHONY for man page target 2006-07-04 18:41:07 +02:00
README trivial text cleanups 2005-08-09 22:11:44 +02:00
RFC-dev.d
run_directory.c replace libsysfs 2006-01-09 21:18:00 +01:00
run_directory.h
udev_run_devd.c replace libsysfs 2006-01-09 21:18:00 +01:00
udev_run_hotplugd.c typo in debug text in udev_run_hotplugd.c 2006-03-01 20:02:41 +01:00

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.)