From: Kay Sievers Date: Fri, 11 Nov 2005 03:25:06 +0000 (+0100) Subject: [PATCH] keep pnpbios usermod_helper away from hotplug_path[] X-Git-Tag: v2.6.16-rc1~474^2~22^2^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034382117725f6b6b26fbb138498139c5c012c1b;p=pandora-kernel.git [PATCH] keep pnpbios usermod_helper away from hotplug_path[] These days we use udev to manage all kernel events. /proc/sys/kernel/hotplug will usually be disabled by an init-script. pnpnbios is not integrated with the driver core and should stay away from the now disabled /sbin/hotplug. Set the helper to /sbin/phpbios, even when there is probably no current user of this faciliy. If it's needed, it should definitely get proper driver core integration instead of forking binaries from the kernel. Signed-off-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed