Hey guys,
I was pretty unhappy with the current udev boot script
(/sbin/start_udev) which is apparently ripped from Gentoo. Not only is
it ugly as hell, it's also sleep(1)ing for a couple of seconds (which is
a waste of time on my 2 GHz K8, but worse, perhaps not enough on a P90.)
So, here's my version of it. For reference:
mark@mjollnir:/usr/ports/core/udev$ svn diff | diffstat -w 72
start_udev | 177 +++--------------------------------------------------
1 file changed, 13 insertions(+), 164 deletions(-)
It'd be nice to get some testing since it's so minimal. If it turns out
to work for enough people, it could probably even be merged
into /etc/rc{,single} instead of crufting our $PATHs :)