X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=udevstart.c;h=34f3835d65f3e0026805489736240b1afb3c6769;hb=c2401132bf72cbda6555f1ef4403851c14faeba5;hp=60e63c5ad8a69c8c9b512ff764e97c4d310895b2;hpb=81af4e0519498fdbf75ad1e4250bfa3278262bde;p=elogind.git diff --git a/udevstart.c b/udevstart.c index 60e63c5ad..34f3835d6 100644 --- a/udevstart.c +++ b/udevstart.c @@ -137,10 +137,6 @@ static int add_device(const char *path, const char *subsystem) execute_command(name_loop->name, udev.subsystem); } - /* run dev.d/ scripts if we created a node or changed a netif name */ - if (udev_dev_d && udev.devname[0] != '\0') - udev_multiplex_directory(&udev, DEVD_DIR, DEVD_SUFFIX); - sysfs_close_class_device(class_dev); udev_cleanup_device(&udev);