chiark / gitweb /
udev: handle all events - not only class and block devices
[elogind.git] / extras / run_directory / udev_run_hotplugd.c
index 463473d7c726a762cf9229e338983fc72c5322a3..54b6bf44e30458835c0d985b5a082d5f401b67ea 100644 (file)
@@ -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");