On 8/15/07, Kevin Day <[EMAIL PROTECTED]> wrote: > udev is effectively replacing hotplug, and for users using udev, its > seems that /sbin/udevtrigger would be a safer default than > /sbin/hotplug. > > All this patch does is change the in kernel default to > /sbin/udevtrigger from /sbin/hotplug. > This way there should be no need to echo '/sbin/udevtrigger' >> > /proc/sys/kernel/hotplug
But we `echo "" > /proc/sys/kernel/hotplug' so the kernel won't execute anything on uevents. It would be a bad idea to execute udevtrigger for every event processed. It would be better if you just changed it to be "". Unless I'm missing something. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
