Submitted By:            Kevin Day <kevin AT kevux DOT org>
Date:                    2007-08-15
Initial Package Version: 2.6.22.2
Upstream Status:         Not submitted
Description:             Replace udevtrigger as the default to instead of hotplug for udev systems, afterall udev is replacing hotplug anyway
--- linux-2.6.22.2-pc/lib/kobject_uevent.c.orig	2007-08-15 10:56:51 -0500
+++ linux-2.6.22.2-pc/lib/kobject_uevent.c	2007-08-15 10:57:13 -0500
@@ -27,7 +27,7 @@
 
 #if defined(CONFIG_HOTPLUG)
 u64 uevent_seqnum;
-char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug";
+char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/udevtrigger";
 static DEFINE_SPINLOCK(sequence_lock);
 #if defined(CONFIG_NET)
 static struct sock *uevent_sock;
