1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

udevd: block for 15 seconds after error when too old kernel is detected

The compat code will go away some day and CONFIG_SYSFS_DEPRECATED
kernels fail in too many setups now to be worth to support them.
This commit is contained in:
Kay Sievers 2009-08-08 22:59:41 +02:00
parent 09b9a97e1f
commit cb6268f419
2 changed files with 1 additions and 3 deletions

2
TODO
View File

@ -1,8 +1,6 @@
o get rid of braindead "scan all devices to find myself" libusb interface
if it can not be fixed, drop libusb entirely
o enumerate: sort control* after pcm*
o add tests for kernel provided DEVNAME logic
o convert firmware.sh to C
o symlink names to udevadm will no longer be resolved to old command names

View File

@ -776,7 +776,7 @@ static void startup_log(struct udev *udev)
if (f != NULL)
fprintf(f, "<3>%s\n", depr_str);
err(udev, "%s\n", depr_str);
sleep(3);
sleep(15);
}
if (f != NULL)