commit | 88f66ea98d7ae6a8b6a34e38b1b4fa51abc1c9ca | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Jan 06 18:49:44 2010 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Feb 02 13:01:01 2010 -0500 |
tree | f2b9edf54bb3d2eec25b4166111dcf98fde2ae3a | |
parent | 13d7e9385644d376a0816ad663ba3dfc45359f2f [diff] |
kconfig: Look in both /bin and /sbin for lsmod in streamline_config.pl Distributions now have lsmod in /bin instead of /sbin. But to handle both cases, we look for it in /sbin /bin /usr/bin and /usr/sbin. If lsmod is not found in any of those paths, it defaults to use just lsmod and hopes that it lies in the path of the user. Tested-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>