]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] keep pnpbios usermod_helper away from hotplug_path[]
authorKay Sievers <kay.sievers@suse.de>
Fri, 11 Nov 2005 03:25:06 +0000 (04:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Jan 2006 00:18:07 +0000 (16:18 -0800)
commit034382117725f6b6b26fbb138498139c5c012c1b
tree2f920e992b26b35924753d06765a5d525a364a5c
parent88026842b0a760145aa71d69e74fbc9ec118ca44
[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 <kay.sievers@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pnp/pnpbios/core.c