diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-09-05 18:05:32 +0200 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:37:00 -0700 |
commit | cb7c281b8dfb4b1c53902b197c98ac7bd4c7e421 (patch) | |
tree | f4a721b4d87607d4073d753ce0ddc93dc84f7a41 /extras | |
parent | 3169e8d1ee24c7d23d7e535eb22fced869104ff8 (diff) |
[PATCH] let /sbin/hotplug execute udev earlier
We ran into problems with all the /etc/hotplug.d/ scripts that sleep for
the sysfs files or for other reasons. Anyway, it takes much too much time
before udev is executed.
HAL has its own notifier in /etc/hotplug.d/ and also waits for the
dev.d/events with the same SEQNUM. Sometimes it take 25 seconds between
these two events, cause the other scripts are sleeping too much :)
Attached is a patch that installs the udevsend symlink as
10-udev.hotplug instead of udev.hotplug, to be executed earlier.
[kay@pim udev.kay]$ tree /etc/hotplug.d/
/etc/hotplug.d/
`-- default
|-- 10-udev.hotplug -> /sbin/udevsend
|-- 20-hal.hotplug -> /usr/libexec/hal.hotplug
`-- default.hotplug
Diffstat (limited to 'extras')
0 files changed, 0 insertions, 0 deletions