chiark / gitweb /
add ata_id to read serial numbers from ATA drives
[elogind.git] / udevstart.c
index bd91e96f6afcad2f3f198e0804e558540fcdaafc..b65a28aab69aae78a5189b5726ecaa74468b63b7 100644 (file)
@@ -146,7 +146,7 @@ run:
 
                dbg("executing run list");
                list_for_each_entry(name_loop, &udev.run_list, node)
-                       execute_command(name_loop->name, udev.subsystem);
+                       execute_program(name_loop->name, udev.subsystem, NULL, 0, NULL);
        }
 exit:
        sysfs_close_class_device(class_dev);