El 20/05/14 12:16, Lennart Poettering escribió:

> Please, remove the old cruft! Or at least disable it by default int the
> code! 

mdadm also has the same ugly assumptions.. even worst, it does not use
libudev but determines if udev is running by :

( (stat("/dev/.udev", &stb) == 0 || stat("/run/udev", &stb) == 0) ..
that also needs to be compiled out.



-- 
Cristian
"I don't know the key to success, but the key to failure is trying to
please everybody."
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to