Description of problem: The old udevsettle command in Fedora 12 reported that it was deprecated in favour of "udevadm settle". In current Rawhide, /sbin/udevsettle still exists but is now completely non-functional. It prints: /sbin/udevsettle missing or unknown command Since it is no longer useful, this symlink should be "rm"'d in the %install phase of our spec file (or else replaced with a script / link that actually does work, but I favour just nuking it). Version-Release number of selected component (if applicable): udev.x86_64 0:147-2.fc13 How reproducible: Always. Steps to Reproduce: 1. Run /sbin/udevsettle. 2. 3. Actual results: Prints an error message. Expected results: Should work, or even better, not exist at all. Additional info:
I see that the symlink has been fixed: udev-151-3.fc13.x86_64