diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-06-05 15:55:29 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-06-05 15:55:29 +0200 |
commit | c07669bd663d780e4957691e488798aa0178e76b (patch) | |
tree | d820e2e62ca315aedb05ba5fa12fec006ad0720b /extras | |
parent | c2401132bf72cbda6555f1ef4403851c14faeba5 (diff) |
udev: handle all events - not only class and block devices
Handle all events with rules. If udev is expected to handle hotplug.d/
the exernal helper must be called.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/run_directory/udev_run_hotplugd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/run_directory/udev_run_hotplugd.c b/extras/run_directory/udev_run_hotplugd.c index 463473d7c7..54b6bf44e3 100644 --- a/extras/run_directory/udev_run_hotplugd.c +++ b/extras/run_directory/udev_run_hotplugd.c @@ -58,9 +58,6 @@ int main(int argc, char *argv[], char *envp[]) const char *subsystem; int fd; - if (getenv("DEVNAME") == NULL) - exit(0); - subsystem = argv[1]; logging_init("udev_run_hotplugd"); |